Back to Devexpress

StyleFormatConditionCollection.IsLoading Property

windowsforms-devexpress-dot-xtratreelist-dot-styleformatconditions-dot-styleformatconditioncollection-953cba5c.md

latest1.6 KB
Original Source

StyleFormatConditionCollection.IsLoading Property

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

Namespace : DevExpress.XtraTreeList.StyleFormatConditions

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public override bool IsLoading { get; }
vb
<Browsable(False)>
Public Overrides ReadOnly Property IsLoading As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

StyleFormatConditionCollection Class

StyleFormatConditionCollection Members

DevExpress.XtraTreeList.StyleFormatConditions Namespace