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

PanelControl Class

The panel with or without a border.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v20.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.

PanelControl_Class

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.

See Also