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.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
[HiddenToolboxItem]
public class XtraUserControl :
UserControl,
IDXControl,
ISupportLookAndFeel,
IXtraResizableControl,
ISupportDXSkinColors,
ISupportAppearanceObjectPropertiesFilter,
IDirectXProviderOwner,
IDirectXClientProvider
Related API Members
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. Use XtraUserControl.LookAndFeel and XtraUserControl.Appearance properties to customize the corresponding settings.
Add XtraUserControl to a WinForms Project
- In the Solution Explorer, select the project and invoke the context menu.
- In the context menu, select Add DevExpress Item > User Control….
- Name the User Control and click OK.