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

XtraUserControl Class

The user control that supports look and feel and skinning technology. Provides centralized control over the look and feel settings of the DevExpress controls placed on it.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[ToolboxBitmap(typeof(ToolboxIconsRootNS), "XtraUserControl")]
[HiddenToolboxItem]
public class XtraUserControl :
    UserControl,
    IDXControl,
    ISupportLookAndFeel,
    IXtraResizableControl,
    ISupportDXSkinColors,
    ISupportAppearanceObjectPropertiesFilter

The following members return XtraUserControl objects:

Remarks

The XtraUserControl class represents an empty control that can be used to create other controls. Its base functionality is inherited from the UserControl class.

The XtraUserControl supports the look and feel mechanism and appearance technology. The XtraUserControl.LookAndFeel and XtraUserControl.Appearance properties allow the user control’s look and feel and appearance settings to be customized, respectively.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the XtraUserControl 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.

Inheritance

Show 99 items
Object
MarshalByRefObject
Component
Control
ScrollableControl
ContainerControl
UserControl
XtraUserControl
See Also