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

LayoutControlBase Class

Represents the base class for the controls that constitute the DXLayoutControl Suite.

Namespace: DevExpress.Xpf.LayoutControl

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.LayoutControl, DevExpress.Wpf.Layout

Declaration

public abstract class LayoutControlBase :
    ScrollControl,
    ILayoutControlBase,
    IScrollControl,
    IPanel,
    IControl,
    ILayoutModelBase,
    ISerializableItem,
    ISerializableCollectionItem
See Also