XafApplication.GetObjectSpaceToShowDetailViewFrom(Frame, Type) Method
In This Article
Returns an Object Space in which a Detail View should be created to be displayed via the ShowViewStrategyBase.ShowView method.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public virtual IObjectSpace GetObjectSpaceToShowDetailViewFrom(
Frame sourceFrame,
Type objectType
)
#Parameters
Name | Type | Description |
---|---|---|
source |
Frame | A Frame from which the Show |
object |
Type | A System. |
#Returns
Type | Description |
---|---|
IObject |
An IObject |
#Remarks
This method is used internally in XAF, and is not intended to be called from your code.
See Also