Table of Contents

Class TextWithLabelProperties

Namespace
Kentico.Xperience.Admin.Base.Forms
Assembly
Kentico.Xperience.Admin.Base.dll

Represent properties of the TextWithLabelComponent.

public class TextWithLabelProperties : FormComponentProperties, IFormComponentProperties
Inheritance
object
TextWithLabelProperties
Implements
Inherited Members
Extension Methods

Properties

ValueAsHtml

Indicates that component value is rendered as HTML.

public bool ValueAsHtml { get; set; }

Property Value

bool

Remarks

Beware that enabling this property may lead to executing malicous code on client.