Back to Devexpress

GridColumn.IsLoading Property

windowsforms-devexpress-dot-xtragrid-dot-columns-dot-gridcolumn-2c413603.md

latest1.3 KB
Original Source

GridColumn.IsLoading Property

Indicates whether the View that owns the current column is currently being initialized.

Namespace : DevExpress.XtraGrid.Columns

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual bool IsLoading { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property IsLoading As Boolean

Property Value

TypeDescription
Boolean

true if the View is being initialized; otherwise, false.

|

See Also

IsLoading

GridColumn Class

GridColumn Members

DevExpress.XtraGrid.Columns Namespace