Class RichTextComponentProperties
- Namespace
- Kentico.Components.Web.Mvc.FormComponents
- Assembly
- Kentico.Content.Web.Mvc.dll
Represents properties of the RichTextComponent.
public class RichTextComponentProperties : FormComponentProperties<string>
- Inheritance
-
objectFormComponentProperties<string>RichTextComponentProperties
- Inherited Members
- Extension Methods
Constructors
RichTextComponentProperties()
Creates an instance of the RichTextComponentProperties class.
public RichTextComponentProperties()
Remarks
The constructor initializes the base class to data type LongText.
Properties
ConfigurationName
Name of the rich text editor's configuration.
public string ConfigurationName { get; set; }
Property Value
- string
DefaultValue
Default value.
public override string DefaultValue { get; set; }
Property Value
- string