Skip to main content

VGridAppearanceCollection.IsLoading Property

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

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

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