Class DbfFieldValues
Class which represent the Dbf Field values.
Inheritance
System.Object
DbfFieldValues
Namespace: Syncfusion.UI.Xaml.Maps
Assembly: Syncfusion.Maps.Windows.dll
Syntax
public class DbfFieldValues : Object
Constructors
DbfFieldValues()
Initializes a new instance of the DbfFieldValues class.
Declaration
public DbfFieldValues()
Properties
Key
Gets or sets the key value as string.
Declaration
public string Key { get; set; }
Property Value
| Type |
|---|
| System.String |
Value
Gets or sets the value as string.
Declaration
public string Value { get; set; }
Property Value
| Type |
|---|
| System.String |