Infragistics UltraListBar. Extends ManagedObject. Extends SeSSimulatedObject.
Behavior Pattern: UltraListBarControlBehavior
Property Summary
Property
|
Description
|
Getter
|
Setter
|
Item
|
Caption of the item specified by index
|
GetItem
|
|
ItemCount
|
Number of items in this navigation bar.
|
GetItemCount
|
|
Action Summary
Action
|
Description
|
DoClickItem
|
Performs click on the navigation item
|
DoExpandGroup
|
Expand (or make active) the navigation group
|
Property Detail
Item
Caption of the item specified by index
Getter Parameters:
Name
|
Type
|
Description
|
ind
|
number
|
Index of an item to get caption
|
Type: string
Accessors: GetItem
ItemCount
Number of items in this navigation bar. All items may then be acccessed by SeS().GetItem(ind)
Type:
Accessors: GetItemCount
Action Detail
DoClickItem(nameCaptionIndex)
Performs click on the navigation item
Parameters:
Name
|
Type
|
Description
|
nameCaptionIndex
|
string |
number
|
index, name or caption of the item to be selected.
|
Returns:
boolean: 'true' if successful, 'false' otherwise.
DoExpandGroup(nameCaptionIndex)
Expand (or make active) the navigation group
Parameters:
Name
|
Type
|
Description
|
nameCaptionIndex
|
string |
number
|
index, name or caption of the item to be selected.
|
Returns:
boolean: 'true' if successful, 'false' otherwise.
|