Skip to main content
All docs
V23.2

VGridRows.AddCategoryRow(String) Method

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

public virtual CategoryRow AddCategoryRow(
    string caption
)

Parameters

Name Type
caption String

Returns

Type
CategoryRow
See Also