ComboBoxSelectionType Enumeration

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Type of combobox selection.

Namespace:  Telerik.WebAii.Controls.Html
Assembly:  Telerik.WebAii.Controls.Html (in Telerik.WebAii.Controls.Html.dll) Version: 2012.1.411.0 (2012.1.411.0)
Syntax

public enum ComboBoxSelectionType
Members

  Member nameValueDescription
ByText0 Selection by text.
ByValue1 Selection by value.
ByIndex2 Selection by index.
See Also

Reference