A newer version of this page is available.
Switch to the current version.
GridColumn.IsLoading Property
Indicates whether the View that owns the current column is currently being initialized.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v19.1.dll
Declaration
[Browsable(false)]
public virtual bool IsLoading { get; }
<Browsable(False)>
Public Overridable ReadOnly Property IsLoading As Boolean
Property Value
Type | Description |
---|---|
Boolean | true if the View is being initialized; otherwise, false. |
Implements
DevExpress.Utils.IAppearanceOwner.IsLoading
See Also
Feedback