PropertyGridControl.CreateRow(Int32) Method
In This Article
Returns a new row of the specified type.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | An integer value that specifies the row type. |
#Returns
Type | Description |
---|---|
Base |
A Base |
See Also