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

Close Button

The Close button allows end-users to close a page, and remove it from the tabbed control.

This button can be optionally displayed in tabs and within the navigator bar.

The table below lists the main properties that relate to the Close button.

Visibility

The tabbed control’s Properties.CloseButtonMode property, the tabbed control’s Properties.Options property (the pcoCloseButton option), the AllowCloseButton property of individual tabs or pages.

Note

The Close button is only visible in the navigator bar if tabs are displayed in a single row (the MultiLine property is set to False), and the Options property’s pcoCloseButton option is active.

Behavior

The tabbed control’s OnCanCloseEx and OnCanClose events.

See Also