CompositeView(XafApplication, Boolean) Constructor
Initializes a Composite View with the specified settings.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
application | XafApplication | An XafApplication descendant that provides methods and properties to manage the current application. |
isRoot | Boolean | true to create a root View; otherwise, false. This value is assigned to the View.IsRoot property. |
Remarks
CompositeView is an abstract class and cannot be instantiated.
This method is not designed to be used directly from your code.
See Also