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.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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