Skip to main content
A newer version of this page is available. .

StaticImageDetailItem(IModelStaticImage, Type) Constructor

Creates and initializes a new instance of the StaticImageDetailItem class.

Namespace: DevExpress.ExpressApp.Win.Editors

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

Declaration

public StaticImageDetailItem(
    IModelStaticImage model,
    Type objectType
)

Parameters

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

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.

See Also