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

BaseLayoutItem Class

Represents the base class for dock panels and groups.

Namespace: DevExpress.Xpf.Docking

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

Declaration

public abstract class BaseLayoutItem :
    psvFrameworkElement,
    ISerializableItem,
    ISupportHierarchy<BaseLayoutItem>,
    ISupportVisitor<BaseLayoutItem>,
    IUIElement

Remarks

BaseLayoutItem objects can be combined into groups. The base class for item groups is the LayoutGroup class.

See Dock and Layout Object Hierarchy to learn more.

See Also