InputSettingEmptyMessage Property |
Gets or sets a value message shown when the control is empty.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual string EmptyMessage { get; set; }
Public Overridable Property EmptyMessage As String
Get
Set
public:
virtual property String^ EmptyMessage {
String^ get ();
void set (String^ value);
}
abstract EmptyMessage : string with get, set
override EmptyMessage : string with 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