Infragistics UltraOptionSet Extends ManagedObject. Extends SeSSimulatedObject.
Behavior Pattern: UltraOptionSetBehavior
Property Summary
Property
|
Description
|
Getter
|
Setter
|
SelectedIndex
|
Index of the selected element of the object.
|
GetSelectedIndex
|
|
SelectedItem
|
Selected item of the object.
|
GetSelectedItem
|
|
Text
|
Text of the selected item in a single string.
|
GetText
|
|
Action Summary
Action
|
Description
|
DoSelectItem
|
Performs click on the option set item
|
Property Detail
SelectedIndex
Index of the selected element of the object.
Type: number
Accessors: GetSelectedIndex
SelectedItem
Selected item of the object.
Type: string
Accessors: GetSelectedItem
Text
Text of the selected item in a single string.
Type: string
Accessors: GetText
Action Detail
DoSelectItem(captionIndex)
Performs click on the option set item
Parameters:
Name
|
Type
|
Description
|
captionIndex
|
string |
number
|
index or caption of the item to be selected.
|
Returns:
boolean: 'true' if success, 'false' otherwise.
|