Back to Devexpress

XtraLayoutPanelBase Class

windowsforms-devexpress-dot-utils-dot-layout-e551c95b.md

latest2.0 KB
Original Source

XtraLayoutPanelBase Class

The base class for the StackPanel and TablePanel classes.

Namespace : DevExpress.Utils.Layout

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public abstract class XtraLayoutPanelBase :
    PanelControl,
    IXtraLayoutPanel,
    IExtenderProvider
vb
Public MustInherit Class XtraLayoutPanelBase
    Inherits PanelControl
    Implements IXtraLayoutPanel,
               IExtenderProvider

Implements

IXtraResizableControl

Inheritance

Show 12 items

Object MarshalByRefObject Component Control ScrollableControl XtraScrollableControl XtraPanel DevExpress.Utils.Controls.PanelBase PanelControl XtraLayoutPanelBase StackPanel

TablePanel

See Also

XtraLayoutPanelBase Members

DevExpress.Utils.Layout Namespace