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

NavBarItems.Count Property

Gets the number of items contained in the NavBarItems collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public int Count { get; }

Property Value

Type Description
Int32

An integer value representing the number of items contained in the collection.

Remarks

The Count property indicates the total number of items contained within all groups of a navbar control. Use the Count property together with the NavBarItems.Item property to iterate through all items of the NavBarItems.

See Also