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

RichEditControl.DocumentSaveOptions Property

Gets or sets an object used to specify the control’s document saving options. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

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

Declaration

public DXRichEditDocumentSaveOptions DocumentSaveOptions { get; set; }

Property Value

Type Description
DXRichEditDocumentSaveOptions

A DXRichEditDocumentSaveOptions object containing document saving options.

See Also