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

NavBarControl.LookAndFeel Property

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

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v18.2.dll

Declaration

public virtual UserLookAndFeel LookAndFeel { get; }

Property Value

Type Description
UserLookAndFeel

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

Remarks

The settings provided by the LookAndFeel property allow specifying how the NavBarControl’s groups, scrollbars, borders, buttons and other visual elements are painted. Note that these settings are only used if the NavBarControl’s NavBarControl.PaintStyleName property is set to the ‘Default’ value. If this property is set to any other value, the settings provided by the LookAndFeel property are ignored.

The NavBarControl.PaintStyleKind property allows you to change the control’s paint scheme taking into account the look and feel settings specified by the LookAndFeel property.

See Also