Class CodeEditorClientProperties
Represents the client properties of CodeEditorComponent.
public class CodeEditorClientProperties : FormComponentClientProperties<string>, IFormComponentClientProperties, IFormItemClientProperties
- Inheritance
-
objectFormComponentClientProperties<string>CodeEditorClientProperties
- Implements
- Inherited Members
- Extension Methods
Constructors
CodeEditorClientProperties()
public CodeEditorClientProperties()
Properties
Language
Language that is used for syntax highlighting.
public string Language { get; set; }
Property Value
- string