Skip to main content

TdxNavBarNavigationPaneBehaviorOptions.AllowCustomizing Property

Specifies the visibility of the “Add or Remove Buttons” item within the context menu.

Declaration

property AllowCustomizing: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

End-users can select this menu item to display a submenu allowing them to change the visibility of groups within the View. To remove this item from the context menu, set the AllowCustomizing property to False.

The default value of the AllowCustomizing property is True.

See Also