Skip to main content
Tab

VerticalGridCategoryRow.CategoryStyle Property

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
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