Back to Devexpress

Selection Constructors

blazor-devexpress-dot-blazor-dot-richedit-dot-selection-dot-ctor.md

latest1.3 KB
Original Source

Selection Constructors

Contains information about document selection.

NameParametersDescription
Selection(SubDocument, Interval[])subDocument, intervalsInitializes a new instance of the Selection class and selects the specified intervals.
Selection(SubDocument, Int32, Int32)subDocument, startPosition, lengthInitializes a new instance of the Selection class and selects the specified interval.
Selection(SubDocument, Int32)subDocument, caretPositionInitializes a new instance of the Selection class and sets the caret position.

See Also

Selection Class

Selection Members

DevExpress.Blazor.RichEdit Namespace