Back to Devexpress

RichEditView Members

officefileapi-devexpress-dot-xtrarichedit-dot-richeditview-dot-underscore-members.md

latest4.7 KB
Original Source

RichEditView Members

Represents a base class for the RichEditControl views.

Properties

NameDescription
AdjustColorsToSkinsSpecifies whether or not to obtain the font color and background color values from the current skin, if they have not been defined explicitly.
AllowDisplayLineNumbersGets or sets whether line numbers can be displayed in the view.
BackColorGets or sets the background color of the View.
ControlProvides access to the IRichEditControl interface of the view owner.
TypeGets the RichEditControl View’s type.
ZoomFactorGets or sets the current zoom level used to display the document.

Methods

NameDescription
Dispose()For internal use.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetCursorBounds()Gets the caret coordinates in the current document’s view.
GetDocumentLayoutPosition(Point)Obtains the page index and the layout position on the page for the specified point.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
GetVisiblePageLayoutInfos()Obtains information on the layout of visible pages.
GetVisiblePagesRange()Gets the range encompassing all pages which are shown in the View.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
PageLayoutPositionToPoint(PageLayoutPosition)Gets the position relative to the document and returns the position relative to the control.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Overrides the base class method to clear the text representation of an object.
Visit(IRichEditViewVisitor)A key method for the Visitor pattern that calls the appropriate Visit method of the Visitor.

Events

NameDescription
PropertyChangedOccurs every time any of the RichEditView class properties has changed its value.

See Also

RichEditView Class

DevExpress.XtraRichEdit Namespace