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

ASPxGridTextSettings.ToolbarExportTo Property

Specifies the text displayed in the Export toolbar item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

The text.

Property Paths

You can access this nested property as listed below:

Show 16 property paths
Library Object Type Path to ToolbarExportTo
ASP.NET Controls and MVC Extensions 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
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsText.ToolbarExportTo
BootstrapGridView
.SettingsText.ToolbarExportTo

Remarks

The toolbar item displays ‘Export’ if the ToolbarExportTo property is set to an empty string.

Note

The ToolbarExportTo property is not in effect if the toolbar item’s Text property is specified.

See Also