Back to Devexpress

DockManager.TabbedChanged Event

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockmanager-17a8f7ef.md

latest1.8 KB
Original Source

DockManager.TabbedChanged Event

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

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Docking")]
public event DockPanelEventHandler TabbedChanged
vb
<DXCategory("Docking")>
Public Event TabbedChanged As DockPanelEventHandler

Event Data

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

PropertyDescription
PanelGets 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

Tabbed

DockManager Class

DockManager Members

DevExpress.XtraBars.Docking Namespace