VGridAppearanceCollection.IsLoading Property
In This Article
Indicates whether the grid control that owns the current collection is being initialized.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the grid control that owns the current collection is being initialized; otherwise, false. |
See Also