Skip to main content
A newer version of this page is available. .

DockLayoutManager.ActiveMDIItem Property

Gets or sets the active MDI child panel. This property is in effect when the assigned item represents an MDI child panel (DocumentPanel) within a DocumentGroup, and the group’s DocumentGroup.MDIStyle property is set to MDI. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

Declaration

public BaseLayoutItem ActiveMDIItem { get; set; }

Property Value

Type Description
BaseLayoutItem

A BaseLayoutItem object that represents the active MDI child panel.

See Also