VerticalGridCategoryRow(String) Constructor
Creates a new VerticalGridCategoryRow object with the specified caption.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
caption | String | A string value specifying the category row‘s caption. Sets the grid’s Caption property value. |
See Also