DevXpress RadioGroup. Extends ManagedObject. Extends SeSSimulatedObject.
Behavior Pattern: DXRadioGroupBehavior
Property Summary
Property
|
Description
|
Getter
|
Setter
|
ItemCount
|
Number of items.
|
GetItemCount
|
|
SelectedIndex
|
Index of the selected element of the object.
|
GetSelectedIndex
|
SetSelectedIndex
|
Text
|
Text of the label of the object
|
GetText
|
|
Action Summary
Property Detail
ItemCount
Number of items.
Accessors: GetItemCount
SelectedIndex
Index of the selected element of the object.
Accessors: GetSelectedIndex, SetSelectedIndex
Text
Text of the label of the object
Accessors: GetText
Action Detail
DoSelectItem(index)
Selects Item
Parameters:
Name
|
Type
|
Description
|
index
|
number
|
Index of the element to check
|
Returns:
'true' if successful, 'false' otherwise
|