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

ConvertXmlParameters.Node Property

Gets the current Application Model node.

Namespace: DevExpress.ExpressApp.Updating

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public ModelNode Node { get; }

Property Value

Type Description
DevExpress.ExpressApp.Model.Core.ModelNode

The ModelNode object corresponding to the current node.

See Also