Skip to main content

TdxNavBarGroup.VisibleForCustomization Property

Specifies whether end-users can change the current group’s visibility via the Navigation Pane’s context menu.

Declaration

property VisibleForCustomization: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

The “Add or Remove Buttons” submenu in the context menu lists all the groups whose VisibleForCustomization property is set to True. To remove an item from this submenu, set a group’s VisibleForCustomization property to False. This prohibits end-users from changing the group’s visibility.

The default value of the VisibleForCustomization property is True.

See Also