menu

WinForms

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

    Show / Hide Table of Contents

    Class ReferenceConfig

    Represents a class that helps to get the configuration and the reference which is linked to it.

    Inheritance
    System.Object
    ReferenceConfig
    Implements
    IReferenceConfig
    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.Windows.Forms.Edit.Implementation.Config
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public class ReferenceConfig : IReferenceConfig

    Constructors

    ReferenceConfig()

    Initializes a new instance of the ReferenceConfig class.

    Declaration
    public ReferenceConfig()

    Properties

    ReferencedLexem

    Gets the Referenced lexem.

    Declaration
    public IConfigLexem ReferencedLexem { get; }
    Property Value
    Type
    IConfigLexem

    RefID

    Gets or sets the reference ID of the configuration.

    Declaration
    public int RefID { get; set; }
    Property Value
    Type
    System.Int32

    Implements

    IReferenceConfig
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved