Struct Literal
Defines a structure that provides information about literal for code snippet.
Inherited Members
      System.Object.Equals(System.Object, System.Object)
    
      System.Object.GetType()
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
      System.ValueType.Equals(System.Object)
    
      System.ValueType.GetHashCode()
    
      System.ValueType.ToString()
    
Namespace: Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public struct LiteralFields
Default
Holds the literal default text.
Declaration
public string DefaultField Value
| Type | 
|---|
| System.String | 
ID
Holds the literal ID.
Declaration
public string IDField Value
| Type | 
|---|
| System.String | 
ToolTip
Holds the literal tooltip.
Declaration
public string ToolTipField Value
| Type | 
|---|
| System.String |