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

XtraTabControl.LookAndFeel Property

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

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

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

Property Value

Type Description
UserLookAndFeel

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

Remarks

The settings provided by the LookAndFeel property allow how the tab control’s headers, borders, buttons and other visual elements are painted to be specified. Note that these settings are applied to the tab control if its XtraTabControl.PaintStyleName property is set to ‘Default’. Setting this property to any other value overrides the settings provided by the LookAndFeel property.

Please refer to the Look And Feel and Skin Support topic for details.

See Also