BaseViewAppearanceCollection.IsLoading Property
Indicates whether the View that owns the current collection is currently being initialized.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v23.1.dll
NuGet Package: DevExpress.Win.Grid
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the View is being initialized; otherwise, false. |
See Also