Back to Devexpress

TileNavPane.CategoryTemplate Property

wpf-devexpress-dot-xpf-dot-navigation-dot-tilenavpane-96585964.md

latest1.5 KB
Original Source

TileNavPane.CategoryTemplate Property

Gets or sets the template used to visualize objects stored as elements in the TileNavPane.CategoriesSource collection.

This is a dependency property.

Namespace : DevExpress.Xpf.Navigation

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public DataTemplate CategoryTemplate { get; set; }
vb
Public Property CategoryTemplate As DataTemplate

Property Value

TypeDescription
DataTemplate

A DataTemplate object that specifies the corresponding template.

|

Remarks

The CategoryTemplate property supports the MVVM design pattern.

See Also

CategoriesSource

CategoryTemplateSelector

TileNavPane Class

TileNavPane Members

DevExpress.Xpf.Navigation Namespace