GridColumn.IsLoading Property
In This Article
Indicates whether the View that owns the current column is currently being initialized.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the View is being initialized; otherwise, false. |
See Also