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

SnapControlOptions(InnerRichEditDocumentServer) Constructor

For internal use. Initializes a new instance of the SnapControlOptions class with the specified settings.

Namespace: DevExpress.Snap

Assembly: DevExpress.Snap.v19.1.dll

Declaration

public SnapControlOptions(
    InnerRichEditDocumentServer documentServer
)

Parameters

Name Type Description
documentServer DevExpress.XtraRichEdit.Internal.InnerRichEditDocumentServer

A DevExpress.XtraRichEdit.Internal.InnerRichEditDocumentServer object.

See Also