menu

WPF

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

    Show / Hide Table of Contents

    Class DataFieldValue

    Represents the methods and properties for DataField - Value

    Inheritance
    System.Object
    DataFieldValue
    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.PMML
    Assembly: Syncfusion.PMML.Base.dll
    Syntax
    public class DataFieldValue

    Constructors

    DataFieldValue()

    Declaration
    public DataFieldValue()

    Properties

    DisplayValue

    Gets and sets the "Display value" attribute

    Declaration
    public string DisplayValue { get; }
    Property Value
    Type
    System.String

    Property

    Gets and sets the "property" attribute

    Declaration
    public string Property { get; }
    Property Value
    Type
    System.String

    Value

    Gets and sets the "value" attribute

    Declaration
    public string Value { get; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved