Back to Devexpress

GridViewExportMenuItemVisibility.ExportToDocx Property

aspnet-devexpress-dot-web-dot-gridviewexportmenuitemvisibility-6377d8b3.md

latest2.1 KB
Original Source

GridViewExportMenuItemVisibility.ExportToDocx Property

Specifies the visibility of the Export to DOCX item.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

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

|

Remarks

Use the ExportToDocx property to specify the visibility of the default context menu item Export to DOCX 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