menu

WinForms

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

    Show / Hide Table of Contents

    Interface IReferenceConfig

    Provides the functionality for getting the configuration and the reference which is linked to it.

    Namespace: Syncfusion.Windows.Forms.Edit.Interfaces
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public interface IReferenceConfig

    Properties

    ReferencedLexem

    Gets the referenced lexem.

    Declaration
    IConfigLexem ReferencedLexem { get; }
    Property Value
    Type
    IConfigLexem

    RefID

    Gets the ID of the configuration and the reference which is linked to it.

    Declaration
    int RefID { get; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved