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

TdxNavBarGroups.Items Property

Provides indexed access to groups within a collection.

Declaration

property Items[Index: Integer]: TdxNavBarGroup read; write; default;

Property Value

Type
TdxNavBarGroup

Remarks

Use the Items property to access an individual group of the NavBar control by its index. The accessed group’s index is specified by the Index parameter. Groups are zero-based indexed. If the Index parameter value is negative or exceeds the maximum available index, an exception is raised. The last available group index is always one less than the Count property value.

See Also