PropertyGridControl.CreateRow(Int32) Method
Returns a new row of the specified type.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v21.1.dll
NuGet Packages: DevExpress.Win.Design, 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