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

ConvertXmlParameters.SubNode Property

Specifies the current Application Model node’s subnode.

Namespace: DevExpress.ExpressApp.Updating

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public IModelNode SubNode { get; set; }

Property Value

Type Description
IModelNode

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

See Also