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

TdxSpreadSheetCellsModificationDialogForm Class

The form class that implements the Insert and Delete dialogs in spreadsheet controls.

#Declaration

Delphi
TdxSpreadSheetCellsModificationDialogForm = class(
    TdxForm
)

#Remarks

This dialog form includes radio buttons required to select a required cell modification option in the Insert and Delete dialogs, respectively.

The TdxSpreadSheetCellsModificationDialogForm class extends its ancestor with the CellsModification property that indicates the selected dialog option.

If you need to adjust the default layout of the Insert and Delete dialogs or customize available UI elements, derive a custom dialog form from the TdxSpreadSheetCellsModificationDialogForm class. Assign a reference to the custom cell modification dialog form class to the dxSpreadSheetCellsModificationDialogFormClass global variable to replace the standard Insert and Delete dialogs.

See Also