VGridControlBase.IsEditorRow(BaseRow) Method
Gets whether the specified row is of the EditorRow type.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
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