Back to Devexpress

DockLayoutManager.ActiveMDIItem Property

wpf-devexpress-dot-xpf-dot-docking-dot-docklayoutmanager-3a6cd13d.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public BaseLayoutItem ActiveMDIItem { get; set; }
vb
Public Property ActiveMDIItem As BaseLayoutItem

Property Value

TypeDescription
BaseLayoutItem

A BaseLayoutItem object that represents the active MDI child panel.

|

See Also

MDIStyle

MDIItemActivated

MDIItemActivating

DockLayoutManager Class

DockLayoutManager Members

DevExpress.Xpf.Docking Namespace