Skip to main content
Tab

VerticalGridStyles.Category Property

Gets the style settings used to paint Category Row .

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public VerticalGridHeaderStyle Category { get; }

Property Value

Type Description
VerticalGridHeaderStyle

A VerticalGridHeaderStyle object that contains style settings used to paint category rows.

Remarks

The Category property style settings are also applied to the indent style if the ASPxVerticalGridSettings.MergeHeaderIndents property is set to false and the ASPxVerticalGridSettings.ShowCategoryIndents property is set to true.

ASPxVerticalGrid-CategoryStyle

See Also