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

ASPxTitleIndex.GroupHeaderStyle Property

Gets the style settings used to paint group headers.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public TitleIndexGroupHeaderStyle GroupHeaderStyle { get; }

Property Value

Type Description
TitleIndexGroupHeaderStyle

A TitleIndexGroupHeaderStyle object that contains style settings.

Remarks

For more information on groups, see Group.

See Also