Class DbfFieldValues
Class which represents the Dbf field values.
Inheritance
System.Object
DbfFieldValues
Namespace: Syncfusion.UI.Xaml.Maps
Assembly: Syncfusion.SfMaps.WPF.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 of dbf file.
Declaration
public string Key { get; set; }
Property Value
Type |
---|
System.String |
Value
Gets or sets the value of dbf file.
Declaration
public string Value { get; set; }
Property Value
Type |
---|
System.String |