Back to Devexpress

TileNavPane.NavButtonsSource Property

wpf-devexpress-dot-xpf-dot-navigation-dot-tilenavpane-79cd6590.md

latest1.9 KB
Original Source

TileNavPane.NavButtonsSource Property

Gets or sets an object that provides information to generate and initialize navigation buttons for the current TileNavPane. This is a dependency property.

Namespace : DevExpress.Xpf.Navigation

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public IEnumerable NavButtonsSource { get; set; }
vb
Public Property NavButtonsSource As IEnumerable

Property Value

TypeDescription
IEnumerable

An Object that provides information to generate and initialize navigation buttons for the current TileNavPane.

|

Remarks

The NavButtonsSource property supports the MVVM design pattern.

Use the TileNavPane.NavButtonTemplate property to visualize objects stored in the NavButtonsSource collection.

See Also

NavButtonTemplate

NavButtonTemplateSelector

NavButtonStyle

NavButtons

TileNavPane Class

TileNavPane Members

DevExpress.Xpf.Navigation Namespace