SecurityStrategy.SaveUserObjectOnPasswordChanging Property
Specifies whether or not changes in a Detail View should be saved when the ResetPassword or ChangeMyPassword Action is executed.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.Security.v25.2.dll
NuGet Package: DevExpress.ExpressApp.Security
Declaration
[Browsable(false)]
[DefaultValue(false)]
public bool SaveUserObjectOnPasswordChanging { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | false | true, if changes in a Detail View should be saved when the ResetPassword or ChangeMyPassword Action is executed; otherwise, false. |
See Also