Back to Devexpress

TileNavPane.CategoryStyle Property

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

latest1.5 KB
Original Source

TileNavPane.CategoryStyle Property

Gets or sets the style applied to a TileNavCategory object defined as the TileNavPane.CategoryTemplate‘s content.

This is a dependency property.

Namespace : DevExpress.Xpf.Navigation

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public Style CategoryStyle { get; set; }
vb
Public Property CategoryStyle As Style

Property Value

TypeDescription
Style

A Style object providing corresponding style settings.

|

Remarks

Target type: TileNavCategory.

The CategoryStyle property supports the MVVM design pattern.

See Also

CategoryTemplate

TileNavPane Class

TileNavPane Members

DevExpress.Xpf.Navigation Namespace