Skip to content

UltraOptionSet

Infragistics UltraOptionSet

UI element class: Infragistics.Win.UltraWinEditors.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

value = SeS('SomeUltraOptionSet').GetSelectedIndex()

SelectedItem

Selected item of the object.

Type: string

Accessors: GetSelectedItem

value = SeS('SomeUltraOptionSet').GetSelectedItem()

Text

Text of the selected item in a single string.

Type: string

Accessors: GetText

value = SeS('SomeUltraOptionSet').GetText()

Action Detail

DoSelectItem

Performs click on the option set item

SeS('SomeUltraOptionSet').DoSelectItem(captionIndex)

Parameters:

Name Type Description
captionIndex string | number index or caption of the item to be selected.

Returns:

boolean: 'true' if success, 'false' otherwise.