Skip to main content
A newer version of this page is available. .

TextEdit.SelectionStart Property

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

Namespace: DevExpress.Xpf.Editors

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

[Browsable(false)]
public int SelectionStart { get; set; }

Property Value

Type Description
Int32

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

See Also