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

ASPxGridViewTextSettings.ContextMenuExport Property

Gets or sets the text of the Export context menu item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A System.String value that specifies the item text.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ContextMenuExport
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsText.ContextMenuExport
ASP.NET Web Forms Controls ASPxGridView
.SettingsText.ContextMenuExport
GridViewProperties
.SettingsText.ContextMenuExport
GridViewSettings
.SettingsText.ContextMenuExport
GridViewSettings<RowType>
.SettingsText.ContextMenuExport
MVCxGridView
.SettingsText.ContextMenuExport
MVCxGridViewProperties
.SettingsText.ContextMenuExport
See Also