menu

UWP

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

    Show / Hide Table of Contents

    Class DataFieldValue

    Represents the methods and properties for DataField - Value

    Inheritance
    System.Object
    DataFieldValue
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.UWP.dll
    Syntax
    public class DataFieldValue : Object

    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

    Extension Methods

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