WinActionContainerViewItem(IModelActionContainerViewItem, Type) Constructor
Creates and initializes a new instance of the WinActionContainerViewItem class.
Namespace: DevExpress.ExpressApp.Win.Editors
Assembly: DevExpress.ExpressApp.Win.v24.2.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
Declaration
Parameters
Name | Type | Description |
---|---|---|
model | IModelActionContainerViewItem | An IModelActionContainerViewItem object that represents the Application Model‘s Views | <DetailView> | Items | ActionContainerViewItem node that defines the current View Item. |
objectType | Type | A Type object that represents the type of the object for which the current View Item’s View is created. This value is assigned to the ViewItem.ObjectType property. |
Remarks
Since instantiation of View Items is managed automatically by XAF, you do not need to use this constructor.