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

CustomHasPermissionToEventArgs.ObjectSpace Property

Specifies the Object Space used to process the request.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public IObjectSpace ObjectSpace { get; set; }

Property Value

Type Description
IObjectSpace

An IObjectSpace used to process the request.

See Also