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

TdxNavBarStyleRepository.Items Property

Provides indexed access to collection items.

Declaration

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

Property Value

Type
TdxNavBarStyleItem

Remarks

Use this property to access an individual NavBar custom style by its index passed as the Index parameter. Custom style 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