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

BaseStyleControl Class

Serves as the base for controls which cannot be used as inplace editors and supports a common style management mechanism.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.1.dll

Declaration

public abstract class BaseStyleControl :
    BaseControl

Remarks

The BaseStyleControl class is the base for all DevExpress controls that cannot serve as container controls or inplace editors and supports a common mechanism used to manage control appearance, painting style and hint settings. Painting style and hint setting mechanisms are inherited from the BaseControl class. The BaseStyleControl class, in turn, introduces the BaseStyleControl.Appearance property which provides appearance settings such as background and foreground colors, font settings, content alignment, etc. used to paint the control.

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