Skip to main content

BaseLayoutItem Class

Represents the base class for dock panels and groups.

Namespace: DevExpress.Xpf.Docking

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

#Declaration

[TemplateVisualState(Name = "Inactive", GroupName = "ActiveStates")]
[TemplateVisualState(Name = "Active", GroupName = "ActiveStates")]
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.

#Inheritance

See Also