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

RichEditControl.ClipboardFormatOptions Property

Gets or sets an object used to specify the data formats available on the Clipboard. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v19.1.dll

Declaration

public DXRichEditDataFormatOptions ClipboardFormatOptions { get; set; }

Property Value

Type Description
DXRichEditDataFormatOptions

A DXRichEditDataFormatOptions object containing the data format settings.

See Also