Skip to main content
.NET Framework 4.6.2+

ViewItem(Type, String) Constructor

Creates a new instance of the ViewItem class.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v25.1.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public ViewItem(
    Type objectType,
    string id
)

Parameters

Name Type Description
objectType Type

A Type object specifying the type of object for which the current View Item’s View is created.

id String

A string specifying the identifier of the View Item.

See Also