Back to Devexpress

PanelControl Class

windowsforms-devexpress-dot-xtraeditors-3b773d5f.md

latest3.4 KB
Original Source

PanelControl Class

The panel with or without a border.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public class PanelControl :
    PanelBase,
    ISupportInitialize,
    ISupportLookAndFeel,
    IPanelControlOwner,
    ISupportDXSkinColorsEx,
    ISupportDXSkinColors
vb
Public Class PanelControl
    Inherits PanelBase
    Implements ISupportInitialize,
               ISupportLookAndFeel,
               IPanelControlOwner,
               ISupportDXSkinColorsEx,
               ISupportDXSkinColors

Remarks

A panel is a control that contains other controls.

The Panel Control supports the look and feel mechanism and appearances. The XtraScrollableControl.LookAndFeel and PanelControl.Appearance properties allow the control’s look and feel and appearance settings to be customized, respectively.

Implements

IXtraResizableControl

Inheritance

Show 20 items

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

TileBarDropDownContainer

PopupControlContainer

DiagramPanAndZoomControl

GroupControl

PopupContainerControl

GridSplitContainer

StackPanel

TablePanel

SplitContainerControl

XRDesignPanel

See Also

PanelControl Members

DevExpress.XtraEditors Namespace