PanelControl Class
The panel with or without a border.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
public class PanelControl :
PanelBase,
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.