Class
AutoCompleteSelectionInfo

Represents text selection.

Definition

Namespace:Telerik.Windows.Controls.MultiColumnComboBox

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class AutoCompleteSelectionInfo

Inheritance: objectAutoCompleteSelectionInfo

Constructors

AutoCompleteSelectionInfo()

Declaration

cs-api-definition
public AutoCompleteSelectionInfo()

Properties

SelectionLength

Gets or sets a value that indicates text selection length.

Declaration

cs-api-definition
public int SelectionLength { get; set; }

Property Value

int

SelectionStart

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

Declaration

cs-api-definition
public int SelectionStart { get; set; }

Property Value

int