Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public abstract bool IsLoading { get; }

Property Value

Type Description
Boolean

true if the control is being initialized; otherwise, false.

See Also