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

XafApplication.GetObjectSpaceToShowDetailViewFrom(Frame, Type, TargetWindow) Method

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.v19.1.dll

Declaration

public virtual IObjectSpace GetObjectSpaceToShowDetailViewFrom(
    Frame sourceFrame,
    Type objectType,
    TargetWindow targetWindow
)

Parameters

Name Type Description
sourceFrame Frame

A Frame from which the ShowView method will be invoked.

objectType Type

A Type object that is a type of object that will be supported by an Object Space.

targetWindow TargetWindow

Returns

Type Description
IObjectSpace

An IObjectSpace object representing the Object Space in which a Detail View should be created to be displayed via the ShowView method.

Remarks

This method is used internally in XAF, and is not intended to be called from your code.

See Also