Back to Devexpress

TitleIndexGroupHeaderStyle Class

aspnet-devexpress-dot-web-644b4836.md

latest2.6 KB
Original Source

TitleIndexGroupHeaderStyle Class

Defines style settings for group headers.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class TitleIndexGroupHeaderStyle :
    AppearanceStyle
vb
Public Class TitleIndexGroupHeaderStyle
    Inherits 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.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle TitleIndexGroupHeaderStyle

See Also

TitleIndexGroupHeaderStyle Members

GroupHeaderStyle

DevExpress.Web Namespace