BaseStyleControl Class
Serves as the base for controls that cannot be used as in-place editors and supports a common style management mechanism.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v25.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
public abstract class BaseStyleControl :
BaseControl,
ISupportAppearanceObjectPropertiesFilter
Remarks
The BaseStyleControl class is the base for all DevExpress controls that cannot serve as container controls or in-place editors. It supports a common mechanism used to manage control appearance, paint style, and hint settings. Paint style and hint setting mechanisms are inherited from the BaseControl class. The BaseStyleControl class, in turn, introduces the BaseStyleControl.Appearance property, which has appearance settings such as background and foreground colors, font settings, and content alignment used to paint the control.