Gets a list of current Application Model node's properties and their values stored in differences.
Namespace: DevExpress.ExpressApp.Updating
Assembly: DevExpress.ExpressApp.v18.2.dll
public IDictionary<string, string> Values { get; }
Public ReadOnly Property Values As IDictionary(Of String, String)
Type | Description |
---|---|
IDictionary<String, String> | An IDictonary<string, string> list, representing the current node's properties and their values stored in differences. |
The first string in each key/value pair represents the property name, and the second represents its value.