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

GridViewRowMenuItemVisibility.ExportMenu Property

Gets or sets the visibility of the Export item displayed within the context menu.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public GridViewExportMenuItemVisibility ExportMenu { get; }

Property Value

Type Description
GridViewExportMenuItemVisibility

true, if the item is visible; otherwise, false.

Remarks

Use the ExportMenu property to specify the visibility of the default context menu item Export. You can set the item text and image using the ASPxGridViewTextSettings.ContextMenuExpandRow and GridViewImages.ContextMenuExpandRow properties respectively.

See Also