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.v24.2.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