Back to Devexpress

VGridRows.AddCategoryRow(String) Method

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-vgridrows-dot-addcategoryrow-x28-system-dot-string-x29.md

latest1.3 KB
Original Source

VGridRows.AddCategoryRow(String) Method

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public virtual CategoryRow AddCategoryRow(
    string caption
)
vb
Public Overridable Function AddCategoryRow(
    caption As String
) As CategoryRow

Parameters

NameType
captionString

Returns

Type
CategoryRow

See Also

VGridRows Class

VGridRows Members

DevExpress.XtraVerticalGrid.Rows Namespace