Skip to main content

StyleFormatConditionCollection.IsLoading Property

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

Namespace: DevExpress.XtraTreeList.StyleFormatConditions

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

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