Back to Devexpress

TdxCustomNavBar.ActiveGroup Property

vcl-dxnavbar-dot-tdxcustomnavbar-bf2f71bf.md

latest1.3 KB
Original Source

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

TdxCustomNavBar.ActiveGroup

TdxCustomNavBar.ActiveGroupIndex

TdxNavBarNavigationPaneViewOptions.ShowActiveGroupCaptionWhenCollapsed

Side Bar View

TdxCustomNavBar Class

TdxCustomNavBar Members

dxNavBar Unit