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

Custom Buttons

Custom buttons allow you to extend a tabbed control with your functionality. A custom button has no predefined action. Handle button clicks to perform the required actions. You can create as many custom buttons as you like and optionally display them in tabs and/or the navigator bar.

The table below lists the main properties that relate to custom buttons.

Visibility

The Visible and Position properties, and the OnCanShow event of a custom button.

The tabbed control’s Properties.CustomButtons.Mode property.

Appearance

A custom button’s HeaderImageIndex and TabImageIndex properties.

Behavior

The Enabled property and the OnClick event of a custom button.

Object

TcxPCButton objects stored in the collection referenced by the tabbed control’s Properties.CustomButtons.Buttons property.

See Also