TdxNavBarGroupViewInfo.ItemCount Property
Returns the number of links in the group affected by this TdxNavBarGroupViewInfo object.
Declaration
property ItemCount: Integer read;
Property Value
Type |
---|
Integer |
Remarks
Use the ItemCount property to determine the number of links in the current NavBar group. To get access to look & feel settings of a particular NavBar group link, you should use the Items property.
See Also