Skip to main content

TdxNavBarItem.Action Property

Designates the action associated with an item.

Declaration

property Action: TBasicAction read; write;

Property Value

Type
TBasicAction

Remarks

The Action property designates the action object associated with a NavBar item. Action objects are used to centralize the response to user commands. When a NavBar control is associated with an action, the action determines the appropriate properties and events of the control (such as whether the NavBar control is enabled or visible).

See Also