Skip to main content
A newer version of this page is available. .

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

Declaration

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

Property Value

Type Description
Boolean

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

See Also