MonthYearFastNavigationSettingsDateIsOutOfRangeMessage Property |
Gets or sets the value of the "Date is out of range" error message.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual string DateIsOutOfRangeMessage { get; set; }
Public Overridable Property DateIsOutOfRangeMessage As String
Get
Set
public:
virtual property String^ DateIsOutOfRangeMessage {
String^ get ();
void set (String^ value);
}
abstract DateIsOutOfRangeMessage : string with get, set
override DateIsOutOfRangeMessage : string with get, set
Property Value
Type:
String
This property can be used to localize the message the user sees when she tries to navigate to a date outside the allowed range.
The default is "Date is out of range.".
See Also