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

BaseView.ExportToRtf(String, RtfExportOptions) Method

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Grid

Declaration

public void ExportToRtf(
    string filePath,
    RtfExportOptions options
)

Parameters

Name Type
filePath String
options RtfExportOptions
See Also