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

ASPxCardViewSettings.MergedGroupSeparator Property

Gets or sets the separator displayed between the grouped columns within the merged group row.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("; ")]
public string MergedGroupSeparator { get; set; }

Property Value

Type Default Description
String "; "

A String value specifying the separator.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to MergedGroupSeparator
ASP.NET Controls and MVC Extensions ASPxCardView
.Settings .MergedGroupSeparator
ASP.NET Bootstrap Controls BootstrapCardView
.Settings .MergedGroupSeparator
ASP.NET MVC Extensions CardViewSettings
.Settings .MergedGroupSeparator
CardViewSettings<CardType>
.Settings .MergedGroupSeparator
MVCxCardView
.Settings .MergedGroupSeparator
See Also