IRichEditViewVisitor.Visit(DraftView) Method
Performs the operation as required by the Visitor and the View.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
view | DraftView | A DraftView 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