Skip to main content
.NET 6.0+

ViewItemAttribute(Type) Constructor

Initializes a new instance of the ViewItemAttribute.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public ViewItemAttribute(
    Type modelNodeType
)

Parameters

Name Type Description
modelNodeType Type

A Type object specifying the type of the Application Model’s node used by the custom View Item. This parameter value is used to initialize the ViewItemAttribute.ModelNodeType property.

Remarks

Use this constructor when you want your View Item to be automatically set for the Application Model’s node of a particular type. In this instance, pass the required node type as the first attribute parameter.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ViewItemAttribute(Type) constructor.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also