Back to Devexpress

TileNavCategory.HasItems Property

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

latest1.6 KB
Original Source

TileNavCategory.HasItems Property

Gets whether the TileNavCategory.Items collection of the current TileNavCategory is not empty.

Namespace : DevExpress.Xpf.Navigation

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public bool HasItems { get; }
vb
Public ReadOnly Property HasItems As Boolean

Property Value

TypeDescription
Boolean

true, if the TileNavCategory.Items collection is not empty; otherwise, false.

|

Remarks

Read the HasItems property to get whether the current TileNavCategory contains TileNavItem objects in the TileNavCategory.Items collection.

See Also

Items

TileNavCategory Class

TileNavCategory Members

DevExpress.Xpf.Navigation Namespace