Skip to main content
A newer version of this page is available. .
Tab

VerticalGridCategoryRow.CategoryStyle Property

Gets the style settings used to paint a category row.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.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