Back to Devexpress

TdxCustomLayoutControl.MenuItems Property

vcl-dxlayoutcontrol-dot-tdxcustomlayoutcontrol-5745e95e.md

latest1.7 KB
Original Source

TdxCustomLayoutControl.MenuItems Property

Specifies which customization context menu items are visible.

Declaration

delphi
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.

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

TdxCustomLayoutControl Class

TdxCustomLayoutControl Members

dxLayoutControl Unit