Back to Devexpress

NavBarGroup.ItemStyle Property

wpf-devexpress-dot-xpf-dot-navbar-dot-navbargroup-beac1a5b.md

latest1.1 KB
Original Source

NavBarGroup.ItemStyle Property

Gets or sets a style applied to NavBarItem objects defined as NavBarGroup.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

NavBarGroup Class

NavBarGroup Members

DevExpress.Xpf.NavBar Namespace