Base List ControlIs Initializing Property
This is not part of the ISupportInitialize interface but can be used to find out if
initialization is in progress.
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
It returns true if initializing, false if not
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public bool IsInitializing { get; }VB
Public ReadOnly Property IsInitializing As Boolean
GetC++
public:
property bool IsInitializing {
bool get ();
}F#
member IsInitializing : bool with getProperty Value
BooleanIt returns true if initializing, false if not