Skip to main content
All docs
V19.2

DocumentPanel.GetMDIMergeStyle(DependencyObject) Method

Gets the DocumentPanel.MDIMergeStyle attached property value.

Namespace: DevExpress.Xpf.Docking

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

Declaration

public static MDIMergeStyle GetMDIMergeStyle(
    DependencyObject target
)

Parameters

Name Type Description
target DependencyObject

A DocumentPanel whose MDIMergeStyle attached property value is to be obtained.

Returns

Type Description
MDIMergeStyle

An MDIMergeStyle that is the MDIMergeStyle attached property value.

See Also