BaseListControlIsInitializing 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: 2023.4.9.0
public bool IsInitializing { get; }

Property Value

Boolean
It returns true if initializing, false if not

See Also