wpf-devexpress-dot-xpf-dot-docking-51376a06.md
Represents a collection of BaseLayoutItem objects.
Namespace : DevExpress.Xpf.Docking
Assembly : DevExpress.Xpf.Docking.v25.2.dll
NuGet Package : DevExpress.Wpf.Docking
public class BaseLayoutItemCollection :
BaseItemsCollection<BaseLayoutItem>,
ILockable
Public Class BaseLayoutItemCollection
Inherits BaseItemsCollection(Of BaseLayoutItem)
Implements ILockable
The following members return BaseLayoutItemCollection objects:
Each LayoutGroup, TabbedGroup and DocumentGroup object owns child items. A group’s children are accessible via the LayoutGroup.Items collection, which represents an instance of the BaseLayoutItemCollection class.
Object Collection<BaseLayoutItem> ObservableCollection<BaseLayoutItem> DevExpress.Xpf.Docking.BaseItemsCollection<BaseLayoutItem> BaseLayoutItemCollection
See Also