aspnet-devexpress-dot-web-0e7ae18a.md
Defines style settings for the client regions of groups.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class TitleIndexGroupContentStyle :
AppearanceStyle
Public Class TitleIndexGroupContentStyle
Inherits AppearanceStyle
The following members return TitleIndexGroupContentStyle objects:
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.
Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle TitleIndexGroupContentStyle
See Also