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

CreateCustomLogonWindowObjectSpaceEventArgs.ObjectSpace Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

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