Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxNavBarItem.Action Property

Designates the action associated with an item.

#Declaration

Delphi
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