Back to Devexpress

GridViewExportMenuItemVisibility.ExportToPdf Property

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

latest2.1 KB
Original Source

GridViewExportMenuItemVisibility.ExportToPdf Property

Specifies the visibility of the Export to PDF item.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

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

|

Remarks

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