Skip to main content
A newer version of this page is available. .

LayoutControl.Items Property

Gets the collection of items within the LayoutControl control.

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.LayoutControl, DevExpress.Wpf.Layout

Declaration

[Browsable(false)]
public SerializableItemCollection Items { get; set; }

Property Value

Type Description
DevExpress.Xpf.LayoutControl.Serialization.SerializableItemCollection

A DevExpress.Xpf.LayoutControl.Serialization.SerializableItemCollection object which represents the collection of LayoutItems.

See Also