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

DocumentPanel.GetMDILocation(DependencyObject) Method

Gets the value of the DocumentPanel.MDILocation attached property from a given object.

Namespace: DevExpress.Xpf.Docking

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

Declaration

public static Point GetMDILocation(
    DependencyObject dObj
)

Parameters

Name Type Description
dObj DependencyObject

An object whose MDILocation property’s value must be returned.

Returns

Type Description
Point

The value of the MDILocation attached property for the specified object.

See Also