Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

EncryptedFilePasswordCheckFailedEventArgs.TryAgain Property

Gets or sets whether to request a password again.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public bool TryAgain { get; set; }

Property Value

Type Description
Boolean

true to repeat the password request; otherwise, false

Remarks

If the TryAgain property set to true, the EncryptedFilePasswordRequested event raises. The InvalidFormatException fires if the TryAgain property is not specified or set to false.

See Also