VGridRows.AddCategoryRow(String) Method
In This Article
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
public virtual CategoryRow AddCategoryRow(
string caption
)
#Parameters
Name | Type |
---|---|
caption | String |
#Returns
Type |
---|
Category |
See Also