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

StyleFormatConditionCollection.IsLoading Property

Gets a value which specifies whether the View that owns the current collection is being initialized.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public override bool IsLoading { get; }

Property Value

Type Description
Boolean

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

See Also