The C1DateInput type exposes the following members.

Properties

  NameDescription
Public propertyAllowPromptAsInput
Overridden. This property is hidden in date editors.
(Overrides C1MaskedInput..::..AllowPromptAsInput.)
Public propertyCalendarPopupPosition
Gets or sets popup position of the C1Calendar control.
Public propertyClientID
Server control identifier generated by ASP.NET.
(Inherited from C1InputBase.)
Public propertyCulture
CultureInfo object. Each culture has different conventions for displaying dates, time, numbers, currency, and other information. Neutral cultures are not supported.
(Inherited from C1InputBase.)
Public propertyCustomButtonAlign
Visibility and display position of the custom button.
(Inherited from C1InputBase.)
Public propertyDate
Gets or sets the DateTime value.
Public propertyDateFormat
Gets or sets the format pattern to display the date value.
Public propertyDateFormatResultPattern
Gets the resulting format pattern used for Date values.
Public propertyHideEnter
If True, then browser response is disabled when the ENTER key is pressed.
(Inherited from C1InputBase.)
Public propertyHidePromptOnLeave
Overridden. This property is hidden in date editors.
(Overrides C1MaskedInput..::..HidePromptOnLeave.)
Public propertyID
Gets or sets the programmatic identifier assigned to the server control.
(Inherited from C1InputBase.)
Public propertyInvalidInputColor
Gets or sets the color used to identify invalid input.
(Inherited from C1MaskedInput.)
Public propertyMask
Overridden. This property is hidden in date editors.
(Overrides C1MaskedInput..::..Mask.)
Public propertyNullText
Text that will be displayed for null date.
Public propertyOnClientBlur
Fires when the control loses the input focus.
(Inherited from C1InputBase.)
Public propertyOnClientCustomButtonClick
Fires when the user clicks the custom button.
(Inherited from C1InputBase.)
Public propertyOnClientDateChanged
Fires when the Date value is changed.
Public propertyOnClientFocus
Fires when the control receives focus.
(Inherited from C1InputBase.)
Public propertyOnClientInit
Fires when the control is initialized.
(Inherited from C1InputBase.)
Public propertyOnClientInvalidInput
Fires when the user enters invalid input in the control.
(Inherited from C1InputBase.)
Public propertyOnClientKeyDown
Fires when the user presses a key.
(Inherited from C1InputBase.)
Public propertyOnClientKeyPress
Fires when the user presses an alphanumeric key.
(Inherited from C1InputBase.)
Public propertyOnClientKeyUp
Fires when the user releases a key.
(Inherited from C1InputBase.)
Public propertyOnClientMouseDown
Fires when the user clicks the control with either mouse button.
(Inherited from C1InputBase.)
Public propertyOnClientMouseOut
Fires when the user moves the mouse pointer outside the boundaries of the control.
(Inherited from C1InputBase.)
Public propertyOnClientMouseOver
Fires when the user moves the mouse pointer into the control.
(Inherited from C1InputBase.)
Public propertyOnClientMouseUp
Fires when the user releases a mouse button while the mouse is over the control.
(Inherited from C1InputBase.)
Public propertyOnClientTextChanged
Fires when the user changes text in the control.
(Inherited from C1InputBase.)
Public propertyPasswordChar
Overridden. This property is hidden in date editors.
(Overrides C1MaskedInput..::..PasswordChar.)
Public propertyPromptChar
Overridden. This property is hidden in date editors.
(Overrides C1MaskedInput..::..PromptChar.)
Public propertyReadOnly
Gets or sets a value indicating whether the contents of the Input control can be changed.
(Inherited from C1InputBase.)
Public propertyResetOnPrompt
Overridden. This property is hidden in date editors.
(Overrides C1MaskedInput..::..ResetOnPrompt.)
Public propertyResetOnSpace
Overridden. This property is hidden in date editors.
(Overrides C1MaskedInput..::..ResetOnSpace.)
Public propertyShowHintForEnumParts
Overridden. This property is hidden in date editors.
(Overrides C1MaskedInput..::..ShowHintForEnumParts.)
Public propertyShowNullText
Shows Null Text if the Date value is empty and the control loses its focus.
Public propertySkipLiterals
Overridden. This property is hidden in date editors.
(Overrides C1MaskedInput..::..SkipLiterals.)
Public propertySmartInputMode
Allows smart input behavior.
(Inherited from C1InputBase.)
Public propertyStartYear
This is the value of the starting year to be used for the smart input year calculation. If a single digit greater than '5' is entered, then the starting year is considered to be the year of the previous century.
Public propertyText
Text representation of the date value.
(Overrides C1MaskedInput..::..Text.)
Public propertyTextAlign
Alignment of the text in the input box.
(Inherited from C1InputBase.)
Public propertyTextWithLiterals
Gets the text input by the user as well as any literal characters defined in the mask.
(Inherited from C1MaskedInput.)
Public propertyTextWithPromptAndLiterals
Gets the text input by the user as well as any literal characters defined in the mask and any instances of the prompt character.
(Inherited from C1MaskedInput.)
Public propertyTextWithPrompts
Gets the text input by the user as well as any instances of the prompt character.
(Inherited from C1MaskedInput.)
Public propertyUpDownAlign
Gets or sets the alignment of the Up/Down buttons.
(Overrides C1InputBase..::..UpDownAlign.)
Public propertyUsedCulture
CultureInfo object that is currently used by the control.
(Inherited from C1InputBase.)
Public propertyUseSystemPasswordChar
Indicates if the displayable text in the control should appear as the default password character.
(Inherited from C1MaskedInput.)
Public propertyWebCalendar
Gets or sets the C1Calendar control to interact with.

See Also