Back to Devexpress

GridClipboardDataProvider.GetTextData(GridClipboardDataProviderOptions) Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-printing-dot-gridclipboarddataprovider-dot-gettextdata-x28-devexpress-dot-xtragrid-dot-views-dot-printing-dot-gridclipboarddataprovideroptions-x29.md

latest1.9 KB
Original Source

GridClipboardDataProvider.GetTextData(GridClipboardDataProviderOptions) Method

Returns data for the clipboard in the plain text format.

Namespace : DevExpress.XtraGrid.Views.Printing

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public string GetTextData(
    GridClipboardDataProviderOptions options
)
vb
Public Function GetTextData(
    options As GridClipboardDataProviderOptions
) As String

Parameters

NameTypeDescription
optionsGridClipboardDataProviderOptions

An object that contains a set of options that specify whether to copy column headers, collapsed groups, and other elements to the clipboard.

|

Returns

TypeDescription
String

A string value that specifies data in the plain text format that should be passed to the clipboard.

|

See Also

GridClipboardDataProvider Class

GridClipboardDataProvider Members

DevExpress.XtraGrid.Views.Printing Namespace