Skip to main content
A newer version of this page is available.
All docs
V19.1

DocumentPanel.GetMDIMergeStyle(DependencyObject) Method

Gets the DocumentPanel.MDIMergeStyle attached property value.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v19.1.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