IMaskProvider
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public interface IMaskProvider
Derived Classes:
Properties
Gets the culture that determines the value of the localizable separators and placeholders in the input mask.
CultureInfo Culture { get; }
A System.Globalization.CultureInfo containing the culture information associated with the input mask.
Gets or sets a value indicating whether PromptChar is used to represent the absence of user input when displaying the formatted string.
bool IncludePrompt { get; set; }
true if the prompt character is used to represent the positions where no user input was provided; otherwise, false. The default is true.
Gets or sets the character used to represent the absence of user input.
char PromptChar { get; set; }
The character used to prompt the user for input. The default is an underscore(_).
TextBoxItem
RadTextBoxItem
Gets the RadTextBoxItem.
RadTextBoxItem TextBoxItem { get; }
Methods
Clones this instance.
Deletes selected text. If there is no selection, deletes the first symbol after the cursor. If there is no selection and the cursor is after the last character, does not remove anything.
Occurs when a key is pressed.
void KeyDown(object sender, KeyEventArgs e)
The sender.
eKeyEventArgsKey event arguments.
Occurs when a key is pressed.
void KeyPress(object sender, KeyPressEventArgs e)
The sender.
eKeyPressEventArgsKey press event arguments.