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

CreateCustomLogonWindowObjectSpaceEventArgs.ObjectSpace Property

Specifies a custom Object Space to be used by the Logon Window’s Detail View.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public IObjectSpace ObjectSpace { get; set; }

Property Value

Type Description
IObjectSpace

An IObjectSpace object, specifying a custom Object Space to be used by the Logon Window’s Detail View.

See Also