DockLayoutManager.SetLayoutItem(DependencyObject, BaseLayoutItem) Method
In This Article
Sets the value of the DockLayoutManager.LayoutItem attached property for a given object.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
obj | Dependency |
An object for which the Layout |
value | Base |
A Base |
See Also