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.v18.1.dll

Declaration

[ToolboxBitmap(typeof(ToolboxIconsRootNS), "PanelControl")]
[Docking(DockingBehavior.Ask)]
[SmartTagAction(typeof(PanelControlActions), "ContentImage", "Edit Content Image", SmartTagActionType.CloseAfterExecute)]
[SmartTagFilter(typeof(PanelControlFilter))]
[ToolboxTabName("DX.18.1: Navigation & Layout")]
public class PanelControl :
    PanelBase,
    ISupportInitialize,
    ISupportLookAndFeel,
    IPanelControlOwner

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the PanelControl class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also