Skip to main content
A newer version of this page is available. .

TileNavItem.HasItems Property

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

Namespace: DevExpress.Xpf.Navigation

Assembly: DevExpress.Xpf.Controls.v19.1.dll

Declaration

public bool HasItems { get; }

Property Value

Type Description
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