Class TextWithLabelClientProperties
Represents client properties of a TextWithLabelComponent.
public class TextWithLabelClientProperties : FormComponentClientProperties<string>, IFormComponentClientProperties, IFormItemClientProperties
- Inheritance
-
objectFormComponentClientProperties<string>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.