Back to Devexpress

NavBarControl.ItemStyle Property

wpf-devexpress-dot-xpf-dot-navbar-dot-navbarcontrol-72738300.md

latest1.2 KB
Original Source

NavBarControl.ItemStyle Property

Gets or sets a style applied to NavBarGroup objects defined as NavBarControl.ItemTemplate content. This is a dependency property.

Namespace : DevExpress.Xpf.NavBar

Assembly : DevExpress.Xpf.NavBar.v25.2.dll

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public Style ItemStyle { get; set; }
vb
Public Property ItemStyle As Style

Property Value

TypeDescription
Style

A Style object that contains custom style settings.

|

See Also

NavBarControl Class

NavBarControl Members

DevExpress.Xpf.NavBar Namespace