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

SplitterControl.LookAndFeel Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[DXCategory("Appearance")]
public virtual UserLookAndFeel LookAndFeel { get; }

Property Value

Type Description
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