Skip to main content

TdxNavBarViewInfo.ActiveGroupViewInfo Method

Returns ViewInfo information for the currently active group.

Declaration

function ActiveGroupViewInfo: TdxNavBarGroupViewInfo;

Returns

Type
TdxNavBarGroupViewInfo

Remarks

Active group makes sense only when one of the Side Bar Views is applied to the control. Otherwise, the ActiveGroupViewInfo function returns the ViewInfo information for the first group within the control’s group collection.

Commonly, you will have no need to use this function in your applications.

See Also