dxSpreadSheetProtectSheetDialogClass Variable
Specifies the “Protect Sheet” dialog class used by the SpreadSheet and Report Designer controls.
Declaration
var dxSpreadSheetProtectSheetDialogClass: TdxSpreadSheetProtectSheetDialogFormClass = TdxSpreadSheetProtectSheetDialogForm;
Variable Value
Type |
---|
TdxSpreadSheetProtectSheetDialogFormClass |
Remarks
If localized UI item captions are too long to fit into the default “Protect Sheet” dialog, you can replace it with a custom implementation by assigning the reference to a TdxSpreadSheetProtectSheetDialogForm class descendant to this global variable.
See Also