Skip to main content
Tab

TitleIndexGroupHeaderStyle Class

Defines style settings for group headers.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class TitleIndexGroupHeaderStyle :
    AppearanceStyle

The following members return TitleIndexGroupHeaderStyle objects:

Remarks

The TitleIndexGroupHeaderStyle class contains settings that define the style of group headers within a ASPxTitleIndex control.

An object of the TitleIndexGroupHeaderStyle type can be accessed via the ASPxTitleIndex.GroupHeaderStyle property of a ASPxTitleIndex control.

See Also