windowsforms-devexpress-dot-xtraeditors-3b773d5f.md
The panel with or without a border.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
public class PanelControl :
PanelBase,
ISupportInitialize,
ISupportLookAndFeel,
IPanelControlOwner,
ISupportDXSkinColorsEx,
ISupportDXSkinColors
Public Class PanelControl
Inherits PanelBase
Implements ISupportInitialize,
ISupportLookAndFeel,
IPanelControlOwner,
ISupportDXSkinColorsEx,
ISupportDXSkinColors
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.
Show 20 items
Object MarshalByRefObject Component Control ScrollableControl XtraScrollableControl XtraPanel DevExpress.Utils.Controls.PanelBase PanelControl XtraLayoutPanelBase
See Also