Skip to main content
Tab

VerticalGridCategoryRow(String) Constructor

Creates a new VerticalGridCategoryRow object with the specified caption.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public VerticalGridCategoryRow(
    string caption
)

Parameters

Name Type Description
caption String

A string value specifying the category row‘s caption. Sets the grid’s Caption property value.

See Also