Skip to main content

TcxCustomNavigatorButtons.CustomButtons Property

Provides access to a collection of custom buttons.

Declaration

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