Class CodeEditorProperties
Represents properties of the CodeEditorComponent.
public class CodeEditorProperties : FormComponentProperties, IFormComponentProperties
- Inheritance
-
objectCodeEditorProperties
- Implements
- Inherited Members
- Extension Methods
Constructors
CodeEditorProperties()
public CodeEditorProperties()
Properties
Language
Code editor language options.
[DropDownComponent(Label = "{$base.forms.codeeditor.label$}", Options = "html;{$base.forms.codeeditor.html$}\r\ncss;{$base.forms.codeeditor.css$}\r\njavascript;{$base.forms.codeeditor.javascript$}")]
[RequiredValidationRule]
public string Language { get; set; }
Property Value
- string