Skip to main content
.NET 6.0+

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.v23.2.dll

Declaration

[DefaultValue(false)]
[Browsable(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