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

IcxNavigator.DoAction(Integer) Method

Performs an associated action in response to a button click.

#Declaration

Delphi
procedure DoAction(AButtonIndex: Integer);

#Parameters

Name Type
AButtonIndex Integer

#Remarks

AButtonIndex specifies the index of a button (within the Buttons collection) for which an action is specified.

For a complete list of button indexes and associated actions, refer to the Responding to Navigator Button Clicks help topic.

See Also