Back to Devexpress

TileNavPane.CategoriesSource Property

wpf-devexpress-dot-xpf-dot-navigation-dot-tilenavpane-2c9cffe0.md

latest1.7 KB
Original Source

TileNavPane.CategoriesSource Property

Gets or sets an object that provides data to generate and initialize categories 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 object CategoriesSource { get; set; }
vb
Public Property CategoriesSource As Object

Property Value

TypeDescription
Object

An Object that provides data to generate and initialize categories for the current TileNavPane.

|

Remarks

The CategoriesSource property supports the MVVM design pattern.

Use the TileNavPane.CategoryTemplate property to visualize objects stored in the CategoriesSource collection.

See Also

CategoryTemplate

CategoryTemplateSelector

Categories

TileNavPane Class

TileNavPane Members

DevExpress.Xpf.Navigation Namespace