TdxCustomNavBar.ActiveGroup Property
Specifies the active group in the NavBar control.
Declaration
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