Back to Devexpress

TileNavItem.ItemStyle Property

wpf-devexpress-dot-xpf-dot-navigation-dot-tilenavitem-6a7802a9.md

latest1.3 KB
Original Source

TileNavItem.ItemStyle Property

Gets or sets the style applied to a child items of the current TileNavItem object.

This is a dependency property.

Namespace : DevExpress.Xpf.Navigation

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

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

Property Value

TypeDescription
Style

A Style object providing corresponding style settings.

|

Remarks

Target type: TileNavSubItem.

The ItemStyle property supports the MVVM design pattern.

See Also

ItemTemplate

TileNavItem Class

TileNavItem Members

DevExpress.Xpf.Navigation Namespace