ConvertXmlParameters.Values Property
Gets a list of current Application Model node’s properties and their values stored in differences.
Namespace: DevExpress.ExpressApp.Updating
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
IDictionary<String, String> | An IDictonary<string, string> list, representing the current node’s properties and their values stored in differences. |
Remarks
The first string in each key/value pair represents the property name, and the second represents its value.
See Also