Back to Devexpress

RowProperties.IsLoading Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-rowproperties-eb29d42b.md

latest1.4 KB
Original Source

RowProperties.IsLoading Property

Gets whether the object is being initialized.

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

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 object is being initiailized; otherwise, false.

|

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also

RowProperties Class

RowProperties Members

DevExpress.XtraVerticalGrid.Rows Namespace