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

TdxSpreadSheetContainerCustomizationDialogForm Class

The form class that implements the “Customize Object“ dialog.

#Declaration

Delphi
TdxSpreadSheetContainerCustomizationDialogForm = class(
    TdxForm
)

#Remarks

This multi-page dialog includes UI elements required to edit and customize shape, picture, text box, and comment containers in spreadsheet controls. The dialog shows different pages and UI sets for different floating container types.

A click on the “Customize Object…” item in a floating container’s context menu calls the ShowContainerCustomizationDialog global function to invoke the “Customize Object” dialog for the container.

If you need to adjust or customize the dialog’s UI elements, derive a custom dialog form from the TdxSpreadSheetContainerCustomizationDialogForm class. Assign a reference to the custom “Customize Object” dialog form class to the dxSpreadSheetContainerCustomizationDialogClass global variable to replace the standard dialog.

See Also