Back to Devexpress

LayoutControl.StyleController Property

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-7d7a5ccb.md

latest1.5 KB
Original Source

LayoutControl.StyleController Property

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

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.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
<DefaultValue(Nothing)>
<DXCategory("Appearance")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property StyleController As IStyleController

Property Value

TypeDefaultDescription
DevExpress.XtraEditors.IStyleControllernull

An object which implements the DevExpress.XtraEditors.IStyleController interface and provides appearance settings for the control.

|

Remarks

This property is not supported.

See Also

Appearance

LayoutControl Class

LayoutControl Members

DevExpress.XtraLayout Namespace