DevXpress NavBar. Extends ManagedObject. Extends SeSSimulatedObject.
Behavior Pattern: DXNavBarControlBehavior
Property Summary
Property
|
Description
|
Getter
|
Setter
|
Item
|
Caption of the item specified by index
|
GetItem
|
|
ItemCount
|
Number of items.
|
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
Accessors: GetItem
ItemCount
Number of items.
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:
'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:
'true' if successful, 'false' otherwise.
|