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

dxSpreadSheetProtectSheetDialogClass Variable

Specifies the “Protect Sheet” dialog class used by the SpreadSheet and Report Designer controls.

#Declaration

Delphi
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