Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomNavBar.MakeGroupVisible(TdxNavBarGroup) Method

Makes the specified group’s contents completely visible on screen.

#Declaration

Delphi
procedure MakeGroupVisible(AGroup: TdxNavBarGroup);

#Parameters

Name Type
AGroup TdxNavBarGroup

#Remarks

Use the MakeGroupVisible method to show the contents of the group specified by the AGroup parameter. Note: in Side Bar Views, the method simply expands the specified group (makes it active). In Explorer Bar Views, the method expands the specified group and scrolls the View to make the group’s entire contents visible.

Note

if the group’s Visible property value is False, the MakeGroupVisible method does nothing. The method can only expand groups and scroll the control vertically. It cannot change a group’s visibility.

See Also