VGridControlBase.IsEditorRow(BaseRow) Method
In This Article
Gets whether the specified row is of the EditorRow type.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
row | Base |
A row to be tested. |
#Returns
Type | Description |
---|---|
Boolean | true if the specified row is of the Editor |
See Also