Class AutoCompleteSelectionInfo
Represents text selection.
Inheritance
System.Object
AutoCompleteSelectionInfo
Namespace: Telerik.Windows.Controls.MultiColumnComboBox
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class AutoCompleteSelectionInfo : Object
Constructors
AutoCompleteSelectionInfo()
Declaration
public AutoCompleteSelectionInfo()
Properties
SelectionLength
Gets or sets a value that indicates text selection length.
Declaration
public int SelectionLength { get; set; }
Property Value
System.Int32
|
SelectionStart
Gets or sets a value that indicates text selection start index.
Declaration
public int SelectionStart { get; set; }
Property Value
System.Int32
|