menu

WinForms

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

    Show / Hide Table of Contents

    Class ExtendedAttributeValueList

    Represents list of values for Extended attributes

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

    Constructors

    ExtendedAttributeValueList()

    Declaration
    public ExtendedAttributeValueList()

    Properties

    Description

    Gets or sets the description of the value in the list

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

    ID

    Gets or sets the unique ID of value across the project

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

    Phonetic

    Gets or sets the phonetic information for custom field names

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

    Value

    Gets or sets the actual value

    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