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

Password Dialog

When the Spreadsheet control loads a password encrypted document and the EncryptionOptions.Password property is not set or contains a wrong password, and the SpreadsheetControl.EncryptedFilePasswordRequest event is not handled, the end-user is prompted for the password with the following dialog box:

DXSpreadsheet_Dialogs_Password

You can handle the SpreadsheetControl.EncryptedFilePasswordRequest event and set e.Handled to true to not display this dialog. In the event handler, specify the password using the EncryptedFilePasswordRequestEventArgs.Password property.