menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DbfFieldValues - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DbfFieldValues

    Class which represents the Dbf field values.

    Inheritance
    System.Object
    DbfFieldValues
    Namespace: Syncfusion.UI.Xaml.Maps
    Assembly: Syncfusion.SfMaps.UWP.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved