VerticalGridCategoryRow.CategoryStyle Property
In This Article
Gets the style settings used to paint a category row.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual VerticalGridHeaderStyle CategoryStyle { get; }
#Property Value
Type | Description |
---|---|
Vertical |
A Vertical |
#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