Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

StaticTextViewItem(Type, IModelStaticText) Constructor

Creates and initializes a new instance of the StaticTextViewItem class.

Namespace: DevExpress.ExpressApp.Web.Editors

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

NuGet Package: DevExpress.ExpressApp.Web

Declaration

public StaticTextViewItem(
    Type objectType,
    IModelStaticText model
)

Parameters

Name Type Description
objectType Type

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

model IModelStaticText

A Type object that is 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