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.ActiveGroup Property

Specifies the active group in the NavBar control.

#Declaration

Delphi
property ActiveGroup: TdxNavBarGroup read; write;

#Property Value

Type
TdxNavBarGroup

#Remarks

Assign a TdxNavBarGroup object to the ActiveGroup property to activate the corresponding group. You can also do this by assigning the desired group’s index to the ActiveGroupIndex property. Note that the active group’s behavior differs for Side Bar and Explorer Bar Views. Please refer to the ActiveGroupIndex property description for details.

See Also