Back to Devexpress

VGridAppearanceCollection.IsLoading Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridappearancecollection-45c3ba07.md

latest1.4 KB
Original Source

VGridAppearanceCollection.IsLoading Property

Indicates whether the grid control that owns the current collection is being initialized.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public override bool IsLoading { get; }
vb
Public Overrides ReadOnly Property IsLoading As Boolean

Property Value

TypeDescription
Boolean

true if the grid control that owns the current collection is being initialized; otherwise, false.

|

See Also

VGridAppearanceCollection Class

VGridAppearanceCollection Members

DevExpress.XtraVerticalGrid Namespace