Back to Devexpress

XafApplication.CreateDetailView Method

expressappframework-devexpress-dot-expressapp-dot-xafapplication-dot-createdetailview.md

latest3.6 KB
Original Source

XafApplication.CreateDetailView Method

NameParametersDescription
CreateDetailView(IObjectSpace, IModelDetailView, Boolean, Object)objectSpace, modelDetailView, isRoot, objCreates a Detail View for the specified object with settings from the Application Model‘s Views
CreateDetailView(IObjectSpace, IModelDetailView, Boolean)objectSpace, modelDetailView, isRootCreates a Detail View based on information from the Application Model‘s Views
CreateDetailView(IObjectSpace, Object, View)objectSpace, obj, sourceViewCreates a Detail View for a specified object based on information on the source View.
CreateDetailView(IObjectSpace, Object, Boolean)objectSpace, obj, isRootCreates a DetailView for the specified object and initializes its properties.
CreateDetailView(IObjectSpace, Object)objectSpace, objCreates a Detail View based on information specified in the Application Model for the type of the specified object.
CreateDetailView(IObjectSpace, String, Boolean, Object)objectSpace, detailViewID, isRoot, objCreates a Detail View for the specified object based on the information from the Application Model‘s Views
CreateDetailView(IObjectSpace, String, Boolean)objectSpace, detailViewID, isRootCreates a Detail View based on information from the Application Model‘s Views