RowProperties.IsLoading Property
Gets whether the object is being initialized.
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v24.1.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