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

StyleFormatConditionCollection.IsLoading Property

Gets whether the control that owns the current collection is being initialized.

Namespace: DevExpress.XtraTreeList.StyleFormatConditions

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

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

Property Value

Type Description
Boolean

true if the control that owns the current collection is being initialized; otherwise, false.

See Also