Skip to main content

DocumentPanel.GetMDIMergeStyle(DependencyObject) Method

Gets the DocumentPanel.MDIMergeStyle attached property value.

Namespace: DevExpress.Xpf.Docking

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

Declaration

[XtraSerializableProperty]
public static MDIMergeStyle GetMDIMergeStyle(
    DependencyObject target
)
<XtraSerializableProperty>
Public Shared Function GetMDIMergeStyle(
    target As DependencyObject
) As MDIMergeStyle

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