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

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.v20.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