SplitterControl.LookAndFeel Property
In This Article
Provides access to the settings which control the splitter’s look and feel.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
[DXCategory("Appearance")]
public virtual UserLookAndFeel LookAndFeel { get; }
#Property Value
Type | Description |
---|---|
User |
A User |
#Remarks
For more information on Look and Feel technology, see the Look And Feel and Skinning document.
See Also