PasswordRequestedEventArgs.PasswordRequestsCount Property
In This Article
Returns the current number of password request attempts.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
#Declaration
C#
public int PasswordRequestsCount { get; }
#Property Value
Type | Description |
---|---|
Int32 | The current number of password requests. |
See Also