Class ReferenceConfig
Represents a class that helps to get the configuration and the reference which is linked to it.
Inheritance
System.Object
ReferenceConfig
Implements
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 |