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

XtraUserControl Class

A user control that supports look and feel and skinning technology. The appearance settings of this control affect the look and feel settings of the DevExpress UI controls placed within it.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v22.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[HiddenToolboxItem]
public class XtraUserControl :
    UserControl,
    IDXControl,
    ISupportLookAndFeel,
    IXtraResizableControl,
    ISupportDXSkinColors,
    ISupportAppearanceObjectPropertiesFilter,
    IDpiMessageClient,
    IDirectXProviderOwner,
    IDirectXClientProvider

The following members return XtraUserControl objects:

Remarks

An XtraUserControl class instance is 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.

Inheritance

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