Click or drag to resize
MonthYearFastNavigationSettingsDateIsOutOfRangeMessage Property
Gets or sets the value of the "Date is out of range" error message.

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 DateIsOutOfRangeMessage { 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