DockLayoutManager.GetLayoutItem(DependencyObject) Method
In This Article
Gets the value of the DockLayoutManager.LayoutItem attached property from a given object.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
obj | Dependency |
An object whose Layout |
#Returns
Type | Description |
---|---|
Base |
A Base |
See Also