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

ViewItemAttribute(Type) Constructor

Initializes a new instance of the ViewItemAttribute.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v19.1.dll

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 snippets (auto-collected from DevExpress Examples) contain references 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