LayoutControl.Items Property
Gets the collection of items within the LayoutControl control.
Namespace: DevExpress.Xpf.LayoutControl
Assembly: DevExpress.Xpf.LayoutControl.v24.1.dll
NuGet Package: DevExpress.Wpf.LayoutControl
Declaration
Property Value
Type | Description |
---|---|
DevExpress.Xpf.LayoutControl.Serialization.SerializableItemCollection | A DevExpress.Xpf.LayoutControl.Serialization.SerializableItemCollection object which represents the collection of LayoutItems. |
See Also