FormatConditionCollectionBase.IsLoading Property
When overridden by descendant classes, indicates whether the control that owns the current collection is currently being initialized.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the control is being initialized; otherwise, false. |
See Also