Back to Devexpress

TdxLayoutCustomizeFormMenuItems Type

vcl-dxlayoutcontainer-6df6f229.md

latest2.0 KB
Original Source

TdxLayoutCustomizeFormMenuItems Type

Enumerates the layout control’s menu items.

Declaration

delphi
TdxLayoutCustomizeFormMenuItems = set of TdxLayoutCustomizeFormMenuItem;

Referenced Class

Type
TdxLayoutCustomizeFormMenuItem

Remarks

Values include:

ValueMeaning
cfmiAlignHorzAligns a layout element horizontally.
cfmiAlignVertAligns a layout element vertically.
cfmiDirectionArranges group items within a group.
cfmiCaptionLayoutChanges a layout element’s caption position.
cfmiCaptionAlignHorzAligns a layout element’s caption horizontally.
cfmiCaptionAlignVertAligns a layout element’s caption vertically.
cfmiCaptionChanges a layout element’s caption visibility.
cfmiBorderChanges a layout element’s border visibility.
cfmiExpandButtonChanges a layout group‘s expand button visibility.
cfmiGroupingToggles element grouping. The group operation creates a new parent for a selected group and places the selected group into the parent. The ungroup operation moves a selected group’s contents to the group’s parent and then deletes this group.
cfmiRenameInitiates editing a layout element’s caption. Setting the layout control’s OptionsItem.AllowRename property to False disables the menu item.

A TdxLayoutCustomizeFormMenuItems object is referenced by the MenuItems property and the OnGetCustomizationMenuItems event of a layout control.

See Also

dxLayoutContainer Unit