NavBarItems.Count Property
Gets the number of items contained in the NavBarItems collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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