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

VGridAppearanceCollection.IsLoading Property

Indicates whether the grid control that owns the current collection is being initialized.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.1.dll

Declaration

public override bool IsLoading { get; }

Property Value

Type Description
Boolean

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

See Also