Skip to main content

TdxNavBarViewInfo.GroupCount Property

Returns the number of groups in the NavBar control.

Declaration

property GroupCount: Integer read;

Property Value

Type
Integer

Remarks

The GroupCount property can be used to determine the number of groups in the NavBar control. ViewInfo information of individual groups can be obtained via the Groups property. You can use these two properties to traverse through groups and obtain their ViewInfo settings.

See Also