Back to Devexpress

BaseLayoutItemCollection Class

wpf-devexpress-dot-xpf-dot-docking-51376a06.md

latest2.1 KB
Original Source

BaseLayoutItemCollection Class

Represents a collection of BaseLayoutItem objects.

Namespace : DevExpress.Xpf.Docking

Assembly : DevExpress.Xpf.Docking.v25.2.dll

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public class BaseLayoutItemCollection :
    BaseItemsCollection<BaseLayoutItem>,
    ILockable
vb
Public Class BaseLayoutItemCollection
    Inherits BaseItemsCollection(Of BaseLayoutItem)
    Implements ILockable

The following members return BaseLayoutItemCollection objects:

Remarks

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.

Inheritance

Object Collection<BaseLayoutItem> ObservableCollection<BaseLayoutItem> DevExpress.Xpf.Docking.BaseItemsCollection<BaseLayoutItem> BaseLayoutItemCollection

See Also

BaseLayoutItemCollection Members

Items

DevExpress.Xpf.Docking Namespace