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

TcxCustomNavigatorButtons.CustomButtons Property

Provides access to a collection of custom buttons.

#Declaration

Delphi
property CustomButtons: TcxNavigatorCustomButtons read; write;

#Property Value

Type
TcxNavigatorCustomButtons

#Remarks

Use this property to access and manage custom buttons. To learn about available management capabilities, refer to the TcxNavigatorCustomButtons class description.

The Buttons collection is automatically updated to reflect the changes you made to the CustomButtons collection. As a result, custom buttons are always appended to the Buttons collection at the NavigatorButtonCount index and have the default index starting from NavigatorButtonCount.

You can respond to button clicks by handling the OnButtonClick event.

See Also