VGridRows.AddCategoryRow(String) Method
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| caption | String |
Returns
| Type |
|---|
| CategoryRow |
See Also
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v26.1.dll
public virtual CategoryRow AddCategoryRow(
string caption
)
Public Overridable Function AddCategoryRow(
caption As String
) As CategoryRow
| Name | Type |
|---|---|
| caption | String |
| Type |
|---|
| CategoryRow |