Skip to main content

DocumentPanel.GetMDISize(DependencyObject) Method

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

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public static Size GetMDISize(
    DependencyObject dObj
)

Parameters

Name Type Description
dObj DependencyObject

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

Returns

Type Description
Size

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

See Also