Skip to main content
.NET 6.0+

ConvertXmlParameters.NodeType Property

Specifies the type of the current Application Model node.

Namespace: DevExpress.ExpressApp.Updating

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public Type NodeType { get; set; }

Property Value

Type Description
Type

A Type of the current node.

See Also