Skip to main content

NavReadOnlyLinkCollection.Count Property

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

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v25.1.dll

NuGet Package: DevExpress.Win

Declaration

public override int Count { get; }

Property Value

Type Description
Int32

The number of links in the current collection.

See Also