Web control specialized for editing the date and time. C1DateInput control renders a date editor.

Namespace:  C1.Web.UI.Controls.C1Input
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[DefaultPropertyAttribute("Date")]
[LicenseProviderAttribute]
[ToolboxBitmapAttribute(typeof(C1DateInput), "C1DateInput.C1DateInput.png")]
[ToolboxDataAttribute("<{0}:C1DateInput runat=server  Height="22px" Width="155px"></{0}:C1DateInput>")]
[DefaultEventAttribute("DateChanged")]
public class C1DateInput : C1MaskedInput, 
	IC1CalendarConsumer
Visual Basic (Declaration)
<DefaultPropertyAttribute("Date")> _
<LicenseProviderAttribute> _
<ToolboxBitmapAttribute(GetType(C1DateInput), "C1DateInput.C1DateInput.png")> _
<ToolboxDataAttribute("<{0}:C1DateInput runat=server  Height="22px" Width="155px"></{0}:C1DateInput>")> _
<DefaultEventAttribute("DateChanged")> _
Public Class C1DateInput _
	Inherits C1MaskedInput _
	Implements IC1CalendarConsumer

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI.WebControls..::..WebControl
      C1ThemeableControl
        C1.Web.UI.Controls.C1Input..::..C1InputBase
          C1.Web.UI.Controls.C1Input..::..C1MaskedInput
            C1.Web.UI.Controls.C1Input..::..C1DateInput

See Also