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

DockManager.TabbedChanged Event

Occurs when a panel’s DockPanel.Tabbed property is changed.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DXCategory("Docking")]
public event DockPanelEventHandler TabbedChanged

#Event Data

The TabbedChanged event's data class is DockPanelEventArgs. The following properties provide information specific to this event:

Property Description
Panel Gets the processed dock panel.

#Remarks

The DockPanel.Tabbed property controls whether the current container panel represents a tab container or split container. If this property is set to true the panel’s child panels willl be arranged as tab pages. Otherwise the children are arranged side by side thus forming a split container.

See Also