VGridControlBase.IsEditorRow(BaseRow) Method
Gets whether the specified row is of the EditorRow type.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v25.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 EditorRow type; otherwise, false. |
See Also