Click or drag to resize
InlineEditingTextBoxText Property
Represents text to be edited. Use FormattedText property, to display different text in non-editing mode.

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

Property Value

Type: String
See Also