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

cidFormatCells Constant

In This Article

Specifies an ID of the “Format Cells…” pop-up menu item.

#Declaration

Delphi
const cidFormatCells = 11;

#Remarks

This menu item is enabled only if the active worksheet’s OptionsProtection.ActualAllowFormatCells property returns True.

A click on the “Format Cells…” menu item invokes the “Format Cells“ dialog to customize the active cell selection.

Note

This menu item is hidden if the context menu is invoked for a focused floating container.

Use the sdxBuiltInPopupMenuFormatCells resource string to localize the “Format Cells” pop-up menu item.

See Also