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

OfficeNavigationBar.ItemSkinning Property

Gets or sets whether the background of items is painted based on the current skin.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DefaultValue(false)]
[DXCategory("Appearance")]
[Browsable(false)]
public bool ItemSkinning { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if the background of items is painted based on the current skin; otherwise, false.

Remarks

If the ItemSkinning property is set to false, items are rendered as flat labels without a distinct background. If the ItemSkinning option is enabled, items will have the background painted as specified by the currently applied skin. For instance, in some skins, items will have a solid background when hovered, in other skins items will be rendered as buttons, etc.

Setting the ItemSkinning property to:

You can also customize the appearance of items using the OfficeNavigationBar.AppearanceItem property.

See Also