ASPxGridTextSettings.ToolbarClearSorting Property
Specifies the text displayed in the Clear Sorting toolbar item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | The text. |
Remarks
The toolbar item displays ‘Clear Sorting’ if the ToolbarClearSorting property is set to an empty string.
Note
The ToolbarClearSorting property is not in effect if the toolbar item’s Text property is specified.
See Also