BaseListControlIsInitializing Property
This is not part of the ISupportInitialize interface but can be used to find out if
initialization is in progress.
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public bool IsInitializing { get; }
Public ReadOnly Property IsInitializing As Boolean
Get
public:
property bool IsInitializing {
bool get ();
}
member IsInitializing : bool with get
Property Value
BooleanIt returns true if initializing, false if not