Back to Devexpress

TreeListClipboardDataProvider Members

windowsforms-devexpress-dot-xtratreelist-dot-printing-dot-treelistclipboarddataprovider-dot-underscore-members.md

latest5.1 KB
Original Source

TreeListClipboardDataProvider Members

Provides data for the clipboard in a variety of formats (plain text, plain unicode text, rich text, CSV, BIFF8, HTML).

Constructors

NameDescription
TreeListClipboardDataProvider(ClipboardExportManagerBase<TreeListColumnImplementer, TreeListNodeImplementer>)Initializes a new instance of the TreeListClipboardDataProvider class with specified settings. For internal use.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetCsvData(TreeListClipboardDataProviderOptions)Returns data for the clipboard in the CSV format.
GetData(ClipboardDataFormat, TreeListClipboardDataProviderOptions)Returns data for the clipboard in the specified format(s).
GetData(TreeListClipboardDataProviderOptions)Returns data for the clipboard in all supported formats.
GetExcelData(TreeListClipboardDataProviderOptions)Returns data for the clipboard in Microsoft Excel’s binary file format (BIFF).
GetHashCode()Serves as the default hash function. Inherited from Object.
GetHtmlData(TreeListClipboardDataProviderOptions)Returns data for the clipboard in the HTML format.
GetRichTextData(TreeListClipboardDataProviderOptions)Returns data for the clipboard in the rich text format.
GetTextData(TreeListClipboardDataProviderOptions)Returns data for the clipboard in the plain text format.
GetType()Gets the Type of the current instance. Inherited from Object.
GetUnicodeTextData(TreeListClipboardDataProviderOptions)Returns data for the clipboard in the plain unicode text format.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

TreeListClipboardDataProvider Class

DevExpress.XtraTreeList.Printing Namespace