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 |