Skip to main content
A newer version of this page is available.
All docs
V18.2

IRichEditViewVisitor.Visit(ReadingLayoutView) Method

Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v18.2.Core.dll

Declaration

void Visit(
    ReadingLayoutView view
)

Parameters

Name Type Description
view DevExpress.XtraRichEdit.ReadingLayoutView

A DevExpress.XtraRichEdit.ReadingLayoutView instance representing the RichEdit’s View for which the operation is performed.

Remarks

This member supports the internal infrastructure and is not intended to be used directly from your code.

See Also