menu

WinForms

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

    Show / Hide Table of Contents

    Class DbfFieldValues

    Class which represent the Dbf Field values.

    Inheritance
    System.Object
    DbfFieldValues
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Maps
    Assembly: Syncfusion.Maps.Windows.dll
    Syntax
    public class DbfFieldValues

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved