CreateCustomLogonParameterStoreEventArgs.Storage Property
Specifies a SettingStorage object which is used to load and save logon parameters.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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