Skip to main content
Tab

ASPxCardViewSettings.GroupFormatForMergedGroupRow Property

Gets or sets the text pattern for the merged group row.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

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

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

Property Paths

You can access this nested property as listed below:

Library Object Type Path to GroupFormatForMergedGroupRow
ASP.NET MVC Extensions CardViewSettings
.Settings .GroupFormatForMergedGroupRow
ASP.NET Web Forms Controls ASPxCardView
.Settings .GroupFormatForMergedGroupRow

Remarks

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

See Also