The C1MaskedInput type exposes the following members.

Properties

  NameDescription
Public propertyAllowPromptAsInput
Gets or sets a value indicating whether PromptChar can be entered as valid data by the user.
Public propertyBackColor
Gets or sets the background color.
Public propertyCalendarClientObjID
Gets or sets the C1Calendar control to interact with.
Public propertyCalendarPopupPosition
Gets or sets popup position of the C1Calendar control.
Public propertyCulture
Gets or sets the CultureInfo object associated with this input control.
Public propertyCultureID
Gets or sets the ID of the CultureInfo object.
Public propertyDate
Gets or sets the DateTime value.
Public propertyDateFormat
Gets or sets the format pattern to display the date value.
Public propertyDateFormatResultPattern
Resulting Date format pattern.
Public propertyDecimalPlaces
Indicates the number of decimal places to display.
Public propertyDisableInputFilter
Gets or sets a value that determines whether the input filter is on or off.
Public propertyDisableUserInput
Gets or sets a value that determines whether the user can type value.
Public propertyEnabled
Public propertyForeColor
Gets or sets the foreground color.
Public propertyHeight
Gets or sets the height of the input control.
Public propertyHideEnter
If True, then browser response is disabled when the ENTER key is pressed.
Public propertyHidePromptOnLeave
Gets or sets a value indicating whether the prompt characters in the input mask are hidden when the C1MaskedInput loses focus.
Public propertyIncrement
Gets or sets how much to increase/decrease value with up/down buttons.
Public propertyInvalidInputColor
Gets or sets the color used to identify invalid input.
Public propertyMask
Gets or sets the input mask to use at run time. Mask must be a string composed of one or more of the masking elements, enumeration parts, or numeric ranges.
Public propertyMaxValue
Maximum value that can be entered.
Public propertyMinValue
Minimum value that can be entered.
Public propertyNullText
Text that will be displayed for null date.
Public propertyOnClientBlur
Fires when the control loses the input focus.
Public propertyOnClientCustomButtonClick
Fires when the user clicks the custom button.
Public propertyOnClientDateChanged
Fires when the Date value is changed.
Public propertyOnClientFocus
Fires when the control receives focus.
Public propertyOnClientInit
Fires when the control is initialized.
Public propertyOnClientInvalidInput
Fires when the user enters invalid input in the control.
Public propertyOnClientKeyDown
Fires when the user presses a key.
Public propertyOnClientKeyPress
Fires when the user presses an alphanumeric key.
Public propertyOnClientKeyUp
Fires when the user releases a key.
Public propertyOnClientMouseDown
Fires when the user clicks the control with either mouse button.
Public propertyOnClientMouseOut
Fires when the user moves the mouse pointer outside the boundaries of the control.
Public propertyOnClientMouseOver
Fires when the user moves the mouse pointer into the control.
Public propertyOnClientMouseUp
Fires when the user releases a mouse button while the mouse is over the control.
Public propertyOnClientTextChanged
Fires when the user changes text in the control.
Public propertyOnClientValueBoundsExceeded
Fires immediately after the value typed in the input box is out of Min or Max bounds.
Public propertyPasswordChar
Gets or sets the character to be substituted for the actual input characters.
Public propertyPromptChar
Gets or sets the character used to represent the absence of user input in the control.
Public propertyPropertiesState
Gets the state of the properties.
Public propertyResetOnPrompt
Gets or sets a value that determines how an input character that matches the prompt character should be handled.
Public propertyResetOnSpace
Gets or sets a value that determines how a space input character should be handled.
Public propertyShowHintForEnumParts
Specifies whether to show hint with list of available enumeration values for enumeration parts in mask.
Public propertyShowNullText
Show Null Text if the Date value is empty and the control loses its focus.
Public propertySkipLiterals
Gets or sets a value indicating whether the user is allowed to re-enter literal values.
Public propertySmartInputMode
Allows smart input behavior.
Public propertyStartYear
This is the value of the starting year to be used for the smart input year calculation.
Public propertyText
Text displayed in the input box.
Public propertyTextAlign
Gets or sets the alignment of text.
Public propertyTextProviderID
Gets or sets the ID of the text provider object.
Public propertyThousandsSeparator
Indicates whether the thousands group separator will be inserted between every three decimal digits (number of digits in thousands group depends on the selected Culture).
Public propertyToolTip
Gets or sets the tooltip.
Public propertyUseSystemPasswordChar
Indicates if the displayable text in the control should appear as the default password character.
Public propertyVisualStyle
Gets or sets the visual style for the C1MaskedInput control.
Public propertyWidth
Gets or sets the width of the input control;

See Also