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

TdxNavBarItems.Items Property

Provides indexed access to individual items.

Declaration

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

Property Value

Type
TdxNavBarItem

Remarks

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

See Also