Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Controls

Declaration

public IEnumerable NavButtonsSource { get; set; }

Property Value

Type Description
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