Click or drag to resize
InlineEditingTextBoxErrorText Property
Text displayed in tooltip in case of error. Set this in Update event handler in case of error.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax
C#
public string ErrorText { get; set; }

Property Value

Type: String
See Also