Back to Devexpress

TileNavPane.NavButtonStyle Property

wpf-devexpress-dot-xpf-dot-navigation-dot-tilenavpane-13f7ec41.md

latest1.4 KB
Original Source

TileNavPane.NavButtonStyle Property

Gets or sets the style applied to a NavButton object defined as the TileNavPane.NavButtonTemplate‘s content.

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 NavButtonStyle { get; set; }
vb
Public Property NavButtonStyle As Style

Property Value

TypeDescription
Style

A Style object providing corresponding style settings.

|

Remarks

Target type: NavButton.

The NavButtonStyle property supports the MVVM design pattern.

See Also

NavButtonTemplate

TileNavPane Class

TileNavPane Members

DevExpress.Xpf.Navigation Namespace