TdxCustomLayoutControl.MenuItems Property
Specifies which customization context menu items are visible.
Declaration
property MenuItems: TdxLayoutCustomizeFormMenuItems read; write;
Property Value
Type |
---|
TdxLayoutCustomizeFormMenuItems |
Remarks
Use this property to control the runtime visibility of items in the following customization context menus.
The Layout Tree View pane’s context menu.
Refer to the TdxLayoutCustomizeFormMenuItems description for details on the property values of MenuItems.
In addition to the MenuItems property, you can handle the OnGetCustomizationMenuItems event to dynamically control the visibility of context menu items.
The default value of the MenuItems property is specified by the dxDefaultLayoutCustomizeFormMenuItems global constant.
See Also