Back to Devexpress

TileNavItem.ItemsSource Property

wpf-devexpress-dot-xpf-dot-navigation-dot-tilenavitem-c59be359.md

latest1.8 KB
Original Source

TileNavItem.ItemsSource Property

Gets or sets an object that provides information to generate and initialize sub-items for the current TileNavItem. This is a dependency property.

Namespace : DevExpress.Xpf.Navigation

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public object ItemsSource { get; set; }
vb
Public Property ItemsSource As Object

Property Value

TypeDescription
Object

An Object that provides information to generate and initialize sub-items for the current TileNavItem.

|

Remarks

The ItemsSource property supports the MVVM design pattern.

Use the TileNavItem.ItemTemplate property to visualize objects stored in the ItemsSource collection.

See Also

ItemTemplate

ItemTemplateSelector

ItemStyle

Items

TileNavItem Class

TileNavItem Members

DevExpress.Xpf.Navigation Namespace