A newer version of this page is available.
Switch to the current version.
BaseLayoutItem Class
Represents the base class for dock panels and groups.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v19.1.dll
Declaration
public abstract class BaseLayoutItem :
psvFrameworkElement,
ISerializableItem,
ISupportHierarchy<BaseLayoutItem>,
ISupportVisitor<BaseLayoutItem>,
IUIElement
Public MustInherit Class BaseLayoutItem
Inherits psvFrameworkElement
Implements ISerializableItem,
ISupportHierarchy(Of BaseLayoutItem),
ISupportVisitor(Of BaseLayoutItem),
IUIElement
Related API Members
The following members accept/return BaseLayoutItem objects:
Show 21 links
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
Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
Control
DevExpress.Xpf.Docking.psvFrameworkElement
Extension Methods
See Also
Feedback