LastLogonParametersReadingEventArgs.LogonObject Property
Specifies the object that specifies the logon parameters to be displaed in a logon Window.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
Object | An object that represents the last logon parameters loaded from a storage. |
Remarks
Set custom values to properties of the object returned by this property. These values can be loaded via the special object specified by the LastLogonParametersReadingEventArgs.SettingsStorage property.
See Also