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.v19.2.dll

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
CardViewSettings
.Settings.MergedGroupSeparator
CardViewSettings<CardType>
.Settings.MergedGroupSeparator
MVCxCardView
.Settings.MergedGroupSeparator
ASP.NET Bootstrap Controls BootstrapCardView
.Settings.MergedGroupSeparator
See Also