Skip to main content
Tab

ASPxCardViewTextSettings.GroupSelectorCaption Property

Gets or sets the group selector’s text label.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String String.Empty

A string value that specifies the group selector’s text label.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to GroupSelectorCaption
ASP.NET MVC Extensions CardViewSettings
.SettingsText .GroupSelectorCaption
ASP.NET Web Forms Controls ASPxCardView
.SettingsText .GroupSelectorCaption

Remarks

ASPxCardView-Grouping-GroupBy

See Also