Passes the XafApplication and IObjectSpace objects to the current MobilePropertyEditor.
Namespace: DevExpress.ExpressApp.Mobile.Editors
Assembly: DevExpress.ExpressApp.Mobile.v18.2.dll
public virtual void Setup(
IObjectSpace objectSpace,
XafApplication application
)
Public Overridable Sub Setup(
objectSpace As IObjectSpace,
application As XafApplication
)
Type | Name | Description |
---|---|---|
IObjectSpace | objectSpace | An IObjectSpace object that provides methods to access the application database. |
XafApplication | application | An XafApplication object that manages the current application. |
The Setup method is called automatically when a View is shown.