Skip to main content

TdxSpreadSheetCellsModificationDialogForm Class

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

Declaration

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