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

ASPxGridTextSettings.ToolbarExportTo Property

Gets or sets the text displayed within the Export toolbar item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
public string ToolbarExportTo { 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 ToolbarExportTo
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsText.ToolbarExportTo
BootstrapGridView
.SettingsText.ToolbarExportTo
ASP.NET Web Forms Controls ASPxCardView
.SettingsText.ToolbarExportTo
ASPxGridView
.SettingsText.ToolbarExportTo
ASPxVerticalGrid
.SettingsText.ToolbarExportTo
GridViewProperties
.SettingsText.ToolbarExportTo
CardViewSettings
.SettingsText.ToolbarExportTo
CardViewSettings<CardType>
.SettingsText.ToolbarExportTo
GridViewSettings
.SettingsText.ToolbarExportTo
GridViewSettings<RowType>
.SettingsText.ToolbarExportTo
MVCxCardView
.SettingsText.ToolbarExportTo
MVCxGridView
.SettingsText.ToolbarExportTo
MVCxGridViewProperties
.SettingsText.ToolbarExportTo
MVCxVerticalGrid
.SettingsText.ToolbarExportTo
VerticalGridSettings
.SettingsText.ToolbarExportTo
VerticalGridSettings<ColumnType>
.SettingsText.ToolbarExportTo

Remarks

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

See Also