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

TdxNavBarGroupViewInfo.Items Property

Provides indexed access to look & feel settings of link associated with the group.

Declaration

property Items[Index: Integer]: TdxNavBarLinkViewInfo read;

Property Value

Type
TdxNavBarLinkViewInfo

Remarks

Use the Items indexed property to obtain look & feel settings of a particular link associated with the group. The collection of links can be obtained via the Links property of the group. Use the Group property to access the group represented by the TdxNavBarGroupViewInfo object.

The Index parameter specifies the zero-based index of the link within the group. The total number of links in a group can be obtained via the ItemCount property.

See Also