Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • SnapControlOptions(InnerRichEditDocumentServer) Constructor

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

    Namespace: DevExpress.Snap

    Assembly: DevExpress.Snap.v21.2.dll

    NuGet Package: DevExpress.Win.Snap

    Declaration

    public SnapControlOptions(
        InnerRichEditDocumentServer documentServer
    )

    Parameters

    Name Type Description
    documentServer DevExpress.XtraRichEdit.Internal.InnerRichEditDocumentServer

    A DevExpress.XtraRichEdit.Internal.InnerRichEditDocumentServer object.

    See Also