Skip to main content
Tab

TitleIndexGroupContentStyle Class

Defines style settings for the client regions of groups.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class TitleIndexGroupContentStyle :
    AppearanceStyle

The following members return TitleIndexGroupContentStyle objects:

Remarks

The TitleIndexGroupContentStyle class contains settings that define the style of the client regions of groups within the ASPxTitleIndex. A group’s client region is considered as an area where the group’s data items are displayed - it doesn’t include the group’s header.

An object of the TitleIndexGroupContentStyle type can be accessed via the control’s ASPxTitleIndex.GroupContentStyle property.

See Also