Back to Devexpress

TileNavPane.NavButtonTemplate Property

wpf-devexpress-dot-xpf-dot-navigation-dot-tilenavpane-33b6a4ae.md

latest1.6 KB
Original Source

TileNavPane.NavButtonTemplate Property

Gets or sets the template used to visualize objects stored as elements in the TileNavPane.NavButtonsSource collection.

This is a dependency property.

Namespace : DevExpress.Xpf.Navigation

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public DataTemplate NavButtonTemplate { get; set; }
vb
Public Property NavButtonTemplate As DataTemplate

Property Value

TypeDescription
DataTemplate

A DataTemplate object that specifies the corresponding template.

|

Remarks

The NavButtonTemplate property supports the MVVM design pattern. See MVVM Support to learn more.

See Also

NavButtonsSource

NavButtonTemplateSelector

TileNavPane Class

TileNavPane Members

DevExpress.Xpf.Navigation Namespace