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

GridFormatRuleCollection.IsLoading Property

Gets whether a grid control that owns the current collection of formatting rules is currently being initialized.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public override bool IsLoading { get; }

Property Value

Type Description
Boolean

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

See Also