Skip to main content

DockLayoutManager.ItemsSource Property

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

public IEnumerable ItemsSource { get; set; }

#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