dxSpreadSheetCellsModificationDialogFormClass Variable
In This Article
Specifies the Insert and Delete dialog class that spreadsheet controls use.
#Declaration
Delphi
var dxSpreadSheetCellsModificationDialogFormClass: TdxSpreadSheetCellsModificationDialogFormClass = TdxSpreadSheetCellsModificationDialogForm;
#Variable Value
Type |
---|
Tdx |
#Remarks
You can use this global variable to replace the default Insert and Delete dialogs with a custom TdxSpreadSheetCellsModificationDialogForm class descendant if you need to adjust the default dialog layout or customize available UI elements.
See Also