Table of Contents

Class TextWithLabelClientProperties

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

Represents client properties of a TextWithLabelComponent.

public class TextWithLabelClientProperties : FormComponentClientProperties<string>, IFormComponentClientProperties, IFormItemClientProperties
Inheritance
object
TextWithLabelClientProperties
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.