Skip to main content
A newer version of this page is available. .

CreateCustomLogonParameterStoreEventArgs.Storage Property

Specifies a SettingStorage object which is used to load and save logon parameters.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public SettingsStorage Storage { get; set; }

Property Value

Type Description
DevExpress.ExpressApp.Utils.SettingsStorage

A SettingsStorage object that manages the logon parameters location.

Remarks

When handling the XafApplication.CreateCustomLogonParameterStore event, assign a custom storage to this property.

See Also