Gets or sets a character index at which the selection starts.
Namespace:DevExpress.Xpf.Editors
Assembly:DevExpress.Xpf.Core.v19.2.dll

Syntax
C# |
public int SelectionStart { get; set; }
|
VB |
Public Property SelectionStart As Integer
|
Property value
Type: Int32
An integer value that specifies the index of a character at which the selection starts.

See Also