Back to Devexpress

GridViewExportMenuItemVisibility.ExportToXls Property

aspnet-devexpress-dot-web-dot-gridviewexportmenuitemvisibility-cd2c38ea.md

latest2.1 KB
Original Source

GridViewExportMenuItemVisibility.ExportToXls Property

Specifies the visibility of the Export to XLS item.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public bool ExportToXls { get; set; }
vb
<DefaultValue(True)>
Public Property ExportToXls As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

Remarks

Use the ExportToXls property to specify the visibility of the default context menu item Export to XLS displayed in the Export submenu of the group row or data row.

See Also

Context Menu

Grid Context Menu Items

Context Menu

Grid View

Export Grid View Data

Online Demo: Grid - Context Menu

GridViewExportMenuItemVisibility Class

GridViewExportMenuItemVisibility Members

DevExpress.Web Namespace