ClassRadDateInput
Class
Represents the RadDateInput for ASP.NET AJAX control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
cs-api-definition
public class RadDateInput : RadInput
Inheritance: objectControlHtmlControlHtmlContainerControlRadInputRadDateInput
Inherited Members
Constructors
RadDateInput()
Declaration
cs-api-definition
public RadDateInput()
Properties
DateFormat
Get the date format of the DateInput control.
DisplayDateFormat
Get the display date format of the DateInput control.
MaxDate
Get or set the latest valid date value.
MinDate
Get or set the earliest valid date value.
SelectedDate
Get or set the selected date of the RadDateInput control. If the date input is empty, the property returns the DateTime.MinValue value.