Skip to main content

RichEditDocumentServer.Options Property

Provides access to the variety of options which can be specified for the RichEditDocumentServer.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v26.1.Core.dll

Declaration

public RichEditDocumentServerOptions Options { get; }

Property Value

Type
RichEditDocumentServerOptions

Remarks

The Options property provides access to the object which exposes all options implemented for the RichEditDocumentServer.

See Also