Skip to main content
Tab

ASPxTitleIndex.GroupContentStyle Property

Gets the style settings used to paint the content of groups.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public TitleIndexGroupContentStyle GroupContentStyle { get; }

Property Value

Type Description
TitleIndexGroupContentStyle

A TitleIndexGroupContentStyle object that contains style settings.

Remarks

For more information on groups, see Group.

See Also