Back to Devexpress

TileNavCategory.ItemsSource Property

wpf-devexpress-dot-xpf-dot-navigation-dot-tilenavcategory-e38a681e.md

latest1.8 KB
Original Source

TileNavCategory.ItemsSource Property

Gets or sets an object that provides information to generate and initialize child items for the current TileNavCategory. 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 child items for the current TileNavCategory.

|

Remarks

The ItemsSource property supports the MVVM design pattern.

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

See Also

ItemTemplate

ItemTemplateSelector

ItemStyle

Items

TileNavCategory Class

TileNavCategory Members

DevExpress.Xpf.Navigation Namespace