RowProperties.IsLoading Property
In This Article
Gets whether the object is being initialized.
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
#Property Value
Type | Description |
---|---|
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