Skip to main content
.NET 6.0+

SecurityModule.GetStartupActions() Method

Returns a list of Pop-up Window Show Actions that must be executed before loading the application’s main Window.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v23.2.dll

Declaration

public override IList<PopupWindowShowAction> GetStartupActions()

Returns

Type Description
IList<PopupWindowShowAction>

An IList<PopupWindowShowAction> list that must be executed before loading the application’s main Window.

Remarks

This method returns the ChangePasswordOnLogon Action.

See Also