Click or drag to resize
InputSettingEmptyMessage Property
Gets or sets a value message shown when the control is empty.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual string EmptyMessage { get; set; }

Property Value

Type: String
A string specifying the empty message. The default value is empty string. ("").
Remarks
Shown when the control is empty and loses focus. You can set the empty message text through EmptyMessage property.
See Also