DevXpress Docked Bar. Extends ManagedObject. Extends SeSSimulatedObject.
Behavior Pattern: DXBarControlBehavior
Property Summary
Property
|
Description
|
Getter
|
Setter
|
Item
|
Caption of the item specified by index
|
GetItem
|
|
ItemCount
|
Number of items.
|
GetItemCount
|
|
ItemEnabled
|
Enabled state of an item at index.
|
GetItemEnabled
|
|
ItemTooltip
|
Tooltip assigned to an item at index.
|
GetItemTooltip
|
|
Action Summary
Action
|
Description
|
DoClickItem
|
Performs click on the navigation item
|
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.
Type: number
Accessors: GetItemCount
ItemEnabled
Enabled state of an item at index. Returns boolean value.
Getter Parameters:
Name
|
Type
|
Description
|
ind
|
number
|
Zero-based index of an item.
|
Type: boolean
Accessors: GetItemEnabled
ItemTooltip
Tooltip assigned to an item at index.
Getter Parameters:
Name
|
Type
|
Description
|
ind
|
number
|
Zero-based index of an item.
|
Type: string
Accessors: GetItemTooltip
Action Detail
DoClickItem(nameCaptionIndex, xOffset, yOffset)
Performs click on the navigation item
Parameters:
Name
|
Type
|
Description
|
nameCaptionIndex
|
string |
number
|
index, name or caption of the item to be selected.
|
xOffset
|
number
|
X offset to click within object. Default is a center.
Optional.
|
yOffset
|
number
|
Y offset to click within object. Default is a center.
Optional.
|
Returns:
boolean: 'true' if successful, 'false' otherwise.
|