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

DocumentPanel.GetMDIState(DependencyObject) Method

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

Namespace: DevExpress.Xpf.Docking

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

Declaration

public static MDIState GetMDIState(
    DependencyObject dObj
)

Parameters

Name Type Description
dObj DependencyObject

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

Returns

Type Description
MDIState

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

See Also