Back to Devexpress

BaseControl.StyleController Property

windowsforms-devexpress-dot-xtraeditors-dot-basecontrol-647c27ce.md

latest2.0 KB
Original Source

BaseControl.StyleController Property

Gets or sets the style controller component that provides style settings for this control.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual IStyleController StyleController { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(Nothing)>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property StyleController As IStyleController

Property Value

TypeDefaultDescription
DevExpress.XtraEditors.IStyleControllernull

An object that implements the DevExpress.XtraEditors.IStyleController interface which provides style settings for the current control.

|

Remarks

This property is not supported.

See Also

BorderStyle

ButtonsStyle

PopupBorderStyle

Appearance

AppearanceDisabled

LookAndFeel

BaseControl Class

BaseControl Members

DevExpress.XtraEditors Namespace