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

ASPxCardViewTextSettings.GroupSelectorCaption Property

Gets or sets the group selector’s text label.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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 Controls and MVC Extensions ASPxCardView
.SettingsText.GroupSelectorCaption
CardViewSettings
.SettingsText.GroupSelectorCaption
CardViewSettings<CardType>
.SettingsText.GroupSelectorCaption
MVCxCardView
.SettingsText.GroupSelectorCaption
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsText.GroupSelectorCaption

Remarks

ASPxCardView-Grouping-GroupBy

See Also