Skip to main content
Tab

ASPxGridViewTextSettings.ContextMenuExport Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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:

Object Type Path to ContextMenuExport
ASPxGridView
.SettingsText .ContextMenuExport
GridViewProperties
.SettingsText .ContextMenuExport
See Also