Table of Contents

Class CodeEditorComponentAttribute

Namespace
Kentico.Xperience.Admin.Base.FormAnnotations
Assembly
Kentico.Xperience.Admin.Base.Shared.dll

Indicates that the CodeEditor form component will be used for editing of this property value in the administration interface.

public class CodeEditorComponentAttribute : FormComponentAttribute
Inheritance
object
Attribute
CodeEditorComponentAttribute
Inherited Members
Extension Methods

Remarks

The underlying property must be of the type 'string'.

Properties

Language

Language that is used for syntax highlighting.

public string Language { get; set; }

Property Value

string