Skip to main content

RichEditControl.OpenDocumentBytes Property

Gets or sets the document content as an array of bytes in Open Office Text (.odt) format.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v23.2.dll

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

[Bindable(true)]
[Browsable(false)]
public byte[] OpenDocumentBytes { get; set; }

Property Value

Type Description
Byte[]

An array of bytes representing the OpenDocument Text (.odt) format.

See Also