VerticalGridCategoryRow.CategoryStyle Property
Gets the style settings used to paint a category row.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
VerticalGridHeaderStyle | A VerticalGridHeaderStyle object that contains the style settings used to paint the category row. |
Remarks
Use the CategoryStyle property to specify the category row appearance. These style settings override the style settings common to all category rows within the Vertical Grid (VerticalGridStyles.Category).
See Also