Skip to main content
.NET 6.0+

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.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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