Back to Devexpress

TileNavItem.HasItems Property

wpf-devexpress-dot-xpf-dot-navigation-dot-tilenavitem-fc92b4b3.md

latest1.5 KB
Original Source

TileNavItem.HasItems Property

Gets whether the TileNavItem.Items collection of the current TileNavItem 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 TileNavItem.Items collection is not empty; otherwise, false.

|

Remarks

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

See Also

Items

TileNavItem Class

TileNavItem Members

DevExpress.Xpf.Navigation Namespace