Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ConvertXmlParameters.SubNode Property

Specifies the current Application Model node’s subnode.

Namespace: DevExpress.ExpressApp.Updating

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public IModelNode SubNode { get; set; }

Property Value

Type Description
IModelNode

An IModelNode object, representing the current node’s subnode.

See Also