New to Telerik UI for WPFStart a free 30-day trial

Represents text selection.

Definition

Namespace:Telerik.Windows.Controls.MultiColumnComboBox

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public class AutoCompleteSelectionInfo

Inheritance: objectAutoCompleteSelectionInfo

Constructors

C#
public AutoCompleteSelectionInfo()

Properties

Gets or sets a value that indicates text selection length.

C#
public int SelectionLength { get; set; }

Gets or sets a value that indicates text selection start index.

C#
public int SelectionStart { get; set; }