Back to Devexpress

TextEdit.SelectionStart Property

wpf-devexpress-dot-xpf-dot-editors-dot-textedit-7e23810d.md

latest1.2 KB
Original Source

TextEdit.SelectionStart Property

Gets or sets a character index at which the selection starts.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
public int SelectionStart { get; set; }
vb
<Browsable(False)>
Public Property SelectionStart As Integer

Property Value

TypeDescription
Int32

An integer value that specifies the index of a character at which the selection starts.

|

See Also

CaretIndex

SelectionLength

SelectedText

TextEdit Class

TextEdit Members

DevExpress.Xpf.Editors Namespace