Skip to main content
.NET 6.0+

StaticImageViewItem(Type, IModelStaticImage) Constructor

Creates and initializes a new instance of the StaticImageViewItem class.

Namespace: DevExpress.ExpressApp.Win.Editors

Assembly: DevExpress.ExpressApp.Win.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Win

Declaration

public StaticImageViewItem(
    Type objectType,
    IModelStaticImage model
)

Parameters

Name Type Description
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.

model IModelStaticImage

An IModelStaticImage object that represents the Application Model‘s Views | <DetailView> | Items | DetailViewItem node that defines the current View Item. This value is assigned to the StaticImage.Model property.

Remarks

Since instantiation of View Items is managed automatically by XAF, you do not need to use this constructor.

See Also