Back to Devexpress

ASPxGridViewSettings.GroupSummaryTextSeparator Property

aspnet-devexpress-dot-web-dot-aspxgridviewsettings-1722025c.md

latest2.0 KB
Original Source

ASPxGridViewSettings.GroupSummaryTextSeparator Property

Gets or sets a separator dividing multiple summary texts displayed within group rows.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(", ")]
public string GroupSummaryTextSeparator { get; set; }
vb
<DefaultValue(", ")>
Public Property GroupSummaryTextSeparator As String

Property Value

TypeDefaultDescription
String", "

A string that is the separator.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to GroupSummaryTextSeparator
ASPxGridView

.Settings .GroupSummaryTextSeparator

| | GridViewProperties |

.Settings .GroupSummaryTextSeparator

|

Remarks

Use the GroupSummaryTextSeparator property to specify a separator to be displayed between group summaries.

The image below demonstrates how group summaries are separated, if the grid’s GroupSummaryTextSeparator property is set to “ | “.

See Also

Grid View

ASPxGridViewSettings Class

ASPxGridViewSettings Members

DevExpress.Web Namespace