Class AutoCompleteSelectionInfo
Represents text selection.
Inheritance
System.Object
AutoCompleteSelectionInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.MultiColumnComboBox
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class AutoCompleteSelectionInfo
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
|