Skip to main content
.NET 6.0+

LastLogonParametersReadingEventArgs.LogonObject Property

Specifies the object that specifies the logon parameters to be displaed in a logon Window.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public object LogonObject { get; }

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