menu

WinForms

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

    Show / Hide Table of Contents

    Class OutlineCodeBase

    Base class for defining outline codes

    Inheritance
    System.Object
    OutlineCodeBase
    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 OutlineCodeBase

    Constructors

    OutlineCodeBase()

    Declaration
    public OutlineCodeBase()

    Properties

    FieldID

    Gets or sets the number value of the custom field project ID (PID)

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

    ValueGUID

    Gets or sets the GUID of the value in the value list

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

    ValueID

    Gets or sets the ID in the value list associated with the definition in the outline code collection

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