Skip to main content

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public object ItemsSource { get; set; }

Property Value

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