BaseLayoutItem Class
In This Article
Represents the base class for dock panels and groups.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#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.
#Inheritance
Show 42 items
Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
Control
DevExpress.Xpf.Docking.psvFrameworkElement
BaseLayoutItem
See Also