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

TdxNavBarNavigationPaneBehaviorOptions.AllowCustomizing Property

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

#Declaration

Delphi
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