Back to Devexpress

TitleIndexGroupContentStyle Class

aspnet-devexpress-dot-web-0e7ae18a.md

latest2.7 KB
Original Source

TitleIndexGroupContentStyle Class

Defines style settings for the client regions of groups.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle TitleIndexGroupContentStyle

See Also

TitleIndexGroupContentStyle Members

GroupContentStyle

DevExpress.Web Namespace