DockLayoutManager.ItemsSource Property
In This Article
Gets or sets a collection of objects providing information to generate and initialize groups and panels for the current DockLayoutManager container. This is a dependency property.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
IEnumerable | A source of objects to be visualized as panels and groups. |
#Remarks
The ItemsSource property supports the MVVM design pattern.
See Also