alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    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
    Namespace: Syncfusion.Windows.Forms.Edit.Implementation.Config
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public class ReferenceConfig : Object, 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 - 2026 Syncfusion Inc. All Rights Reserved