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

ASPxGridTextSettings.ToolbarClearSorting Property

Gets or sets the text displayed within the Clear Sorting toolbar item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A String value that specifies the command item’s text.

Property Paths

You can access this nested property as listed below:

Show 16 property paths
Library Object Type Path to ToolbarClearSorting
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsText.ToolbarClearSorting
BootstrapGridView
.SettingsText.ToolbarClearSorting
ASP.NET Web Forms Controls ASPxCardView
.SettingsText.ToolbarClearSorting
ASPxGridView
.SettingsText.ToolbarClearSorting
ASPxVerticalGrid
.SettingsText.ToolbarClearSorting
GridViewProperties
.SettingsText.ToolbarClearSorting
CardViewSettings
.SettingsText.ToolbarClearSorting
CardViewSettings<CardType>
.SettingsText.ToolbarClearSorting
GridViewSettings
.SettingsText.ToolbarClearSorting
GridViewSettings<RowType>
.SettingsText.ToolbarClearSorting
MVCxCardView
.SettingsText.ToolbarClearSorting
MVCxGridView
.SettingsText.ToolbarClearSorting
MVCxGridViewProperties
.SettingsText.ToolbarClearSorting
MVCxVerticalGrid
.SettingsText.ToolbarClearSorting
VerticalGridSettings
.SettingsText.ToolbarClearSorting
VerticalGridSettings<ColumnType>
.SettingsText.ToolbarClearSorting

Remarks

If the ToolbarClearSorting property is set to an empty string, the default string (‘Clear Sorting’) is displayed. The ToolbarClearSorting property is not in effect if the toolbar item’s Text property is specified.

See Also