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.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
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