VGridControlBase.IsCategoryRow(BaseRow) Method
Gets whether the specified row is of the CategoryRow type.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Parameters
Name | Type | Description |
---|---|---|
row | BaseRow | A row to be tested. |
Returns
Type | Description |
---|---|
Boolean | true if the specified row is of the CategoryRow type; otherwise, false. |
See Also