VGridAppearanceCollection.IsLoading Property
Indicates whether the grid control that owns the current collection is being initialized.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.1.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