Back to Devexpress

SplitterControl.LookAndFeel Property

windowsforms-devexpress-dot-xtraeditors-dot-splittercontrol.md

latest1.6 KB
Original Source

SplitterControl.LookAndFeel Property

Provides access to the settings which control the splitter’s look and feel.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[DXCategory("Appearance")]
public virtual UserLookAndFeel LookAndFeel { get; }
vb
<DXCategory("Appearance")>
Public Overridable ReadOnly Property LookAndFeel As UserLookAndFeel

Property Value

TypeDescription
UserLookAndFeel

A UserLookAndFeel object whose properties specify the splitter’s look and feel.

|

Remarks

For more information on Look and Feel technology, see the Look And Feel and Skinning document.

See Also

Appearance

SplitterControl Class

SplitterControl Members

DevExpress.XtraEditors Namespace