Skip to main content
A newer version of this page is available. .
Tab

ASPxCardViewSettings.GroupFormatForMergedGroup Property

Gets or sets the text pattern for the merged group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("{0}: {1}")]
public string GroupFormatForMergedGroup { get; set; }

Property Value

Type Default Description
String "{0}: {1}"

A String value that specifies the text pattern for the merged group.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to GroupFormatForMergedGroup
ASP.NET Bootstrap Controls BootstrapCardView
.Settings.GroupFormatForMergedGroup
ASP.NET Web Forms Controls ASPxCardView
.Settings.GroupFormatForMergedGroup
CardViewSettings
.Settings.GroupFormatForMergedGroup
CardViewSettings<CardType>
.Settings.GroupFormatForMergedGroup
MVCxCardView
.Settings.GroupFormatForMergedGroup

Remarks

Use the GroupFormatForMergedGroup property to customize the text pattern for the merged group. The text pattern can include static text plus predefined placeholders. The {0} character sequence is the placeholder for the merged group’s column caption. The {1} sequence is the placeholder for the merged group’s column value.

See Also