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.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 12.0.0
Syntax public string FormattedText { get; set; }
Property Value
Type:
StringSee Also