Table of Contents

Text Control (base)

Inherits from Control.

You cannot use this control directly in your configuration.


Properties


Text
The text to display in the user interface.


TextCode
The text code used for translation, to resolve the value to display in the user interface. If the text code for the current user language cannot be found, the value in the Text property is displayed.


TextExpression
A C# expression that returns a string. If this expression returns a string, this value overrides the TextCode and Text property.


FormatString
Specifies the formatting of the input. If this is a numeric input control, use Numbro format strings. If this is a date input, use Moment format strings. If you do not specify a format string, the default formatting provided by the browser will be used.


See Also