Skip to main content

NavReadOnlyLinkCollection.Count Property

Returns the actual number of NavBarItemLink objects in the current collection.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

public override int Count { get; }

Property Value

Type Description
Int32

The number of links in the current collection.

See Also