StaticImageViewItem(Type, IModelStaticImage) Constructor
Creates and initializes a new instance of the StaticImageViewItem class.
Namespace: DevExpress.ExpressApp.Win.Editors
Assembly: DevExpress.ExpressApp.Win.v24.2.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
#Declaration
public StaticImageViewItem(
Type objectType,
IModelStaticImage model
)
#Parameters
Name | Type | Description |
---|---|---|
object |
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 View |
model | IModel |
An IModel |
#Remarks
Since instantiation of View Items is managed automatically by XAF, you do not need to use this constructor.