windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-officenavigationbar-06d37856.md
Gets or sets whether the background of items is painted based on the current skin.
Namespace : DevExpress.XtraBars.Navigation
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[Browsable(false)]
[DefaultValue(false)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool ItemSkinning { get; set; }
<DefaultValue(False)>
<DXCategory("Appearance")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property ItemSkinning As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | false |
true if the background of items is painted based on the current skin; otherwise, false.
|
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