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

DocumentPanel.SetMDIState(DependencyObject, MDIState) Method

Sets the value of the DocumentPanel.MDIState attached property for a given object.

Namespace: DevExpress.Xpf.Docking

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

Declaration

public static void SetMDIState(
    DependencyObject dObj,
    MDIState value
)

Parameters

Name Type Description
dObj DependencyObject

An object for which the MDIState attached property is set.

value MDIState

The value for the MDIState attached property.

See Also