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

TdxBarItem.Action Property

Specifies the action associated with TdxBarItem.

#Declaration

Delphi
property Action: TBasicAction read; write;

#Property Value

Type
TBasicAction

#Remarks

Action designates the action object associated with an item. Actions may be associated with an item by using the action list editor at design time. Actions are a method of centralizing user responses to commands. For more information about Actions, see Delphi‘s help.

See Also