Back to Devexpress

GridViewExportMenuItemVisibility.ExportToRtf Property

aspnet-devexpress-dot-web-dot-gridviewexportmenuitemvisibility-1afc50c0.md

latest2.1 KB
Original Source

GridViewExportMenuItemVisibility.ExportToRtf Property

Specifies the visibility of the Export to RTF item.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

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

|

Remarks

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