A newer version of this page is available.
Switch to the current version.
DockLayoutManager.ItemsSource Property
Gets or sets a collection of objects providing information to generate and initialize layout items for the DockLayoutManager. This is a dependency property.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v19.1.dll
Declaration
Property Value
Type | Description |
---|---|
IEnumerable | The source of objects to be visualized as layout items. |
Remarks
The ItemsSource property supports the MVVM design pattern.
To visualize elements of the ItemsSource collection as layout items, provide templates via the DockLayoutManager.ItemTemplate or DockLayoutManager.ItemTemplateSelector property.
See Also
Feedback