Click or drag to resize
InlineEditingTextBoxFormattedText Property
Represents text to be displayed in non-editing mode. Set this in Formatting event handler. If not defined, Text property will be used.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public string FormattedText { get; set; }

Property Value

Type: String
See Also