PropertyGridControl.CreateRow(Int32) Method
Returns a new row of the specified type.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v22.1.dll
NuGet Package: DevExpress.Win.VerticalGrid
Declaration
Parameters
Name | Type | Description |
---|---|---|
rowTypeId | Int32 | An integer value that specifies the row type. |
Returns
Type | Description |
---|---|
BaseRow | A BaseRow descendant that specifies the created row. |
See Also