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

ViewItemAttribute.ModelNodeType Property

Specifies the type of the Application Model‘s node used by the custom View Item.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public Type ModelNodeType { get; }

Property Value

Type Description
Type

A Type object specifying the type of the Application Model’s node used by the custom View Item.

Remarks

See the ViewItemAttribute class description, for details.

See Also