Class MaskedEditExtender

Inheritance
System.Object
MaskedEditExtender
Implements
Inherited Members
Namespace: AjaxControlToolkit
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
Syntax
[ClientScriptResource("AjaxControlToolkit.MaskedEditBehavior", "AjaxControlToolkit.MaskedEdit.MaskedEditBehavior.js")]
[RequiredScript(typeof(CommonToolkitScripts))]
[RequiredScript(typeof(TimerScript))]
[ClientScriptResource("AjaxControlToolkit.MaskedEditBehavior", "AjaxControlToolkit.MaskedEdit.MaskedEditValidator.js")]
public class MaskedEditExtender : ExtenderControlBase, IControlResolver

Constructors

MaskedEditExtender()

Declaration
public MaskedEditExtender()

Properties

AcceptAMPM

Declaration
[ExtenderControlProperty]
public bool AcceptAMPM { get; set; }
Property Value
Type Description
System.Boolean

AcceptNegative

Declaration
[ExtenderControlProperty]
public MaskedEditShowSymbol AcceptNegative { get; set; }
Property Value
Type Description
MaskedEditShowSymbol

AutoComplete

Declaration
[ExtenderControlProperty]
public bool AutoComplete { get; set; }
Property Value
Type Description
System.Boolean

AutoCompleteValue

Declaration
[ExtenderControlProperty]
public string AutoCompleteValue { get; set; }
Property Value
Type Description
System.String

Century

Declaration
[ExtenderControlProperty]
public int Century { get; set; }
Property Value
Type Description
System.Int32

ClearMaskOnLostFocus

Declaration
[ExtenderControlProperty]
public bool ClearMaskOnLostFocus { get; set; }
Property Value
Type Description
System.Boolean

ClearTextOnInvalid

Declaration
[ExtenderControlProperty]
public bool ClearTextOnInvalid { get; set; }
Property Value
Type Description
System.Boolean

ClipboardEnabled

Declaration
[ExtenderControlProperty]
public bool ClipboardEnabled { get; set; }
Property Value
Type Description
System.Boolean

ClipboardText

Declaration
[ExtenderControlProperty]
public string ClipboardText { get; set; }
Property Value
Type Description
System.String

CultureAMPMPlaceholder

Declaration
[ExtenderControlProperty]
public string CultureAMPMPlaceholder { get; set; }
Property Value
Type Description
System.String

CultureCurrencySymbolPlaceholder

Declaration
[ExtenderControlProperty]
public string CultureCurrencySymbolPlaceholder { get; set; }
Property Value
Type Description
System.String

CultureDateFormat

Declaration
[ExtenderControlProperty]
public string CultureDateFormat { get; set; }
Property Value
Type Description
System.String

CultureDatePlaceholder

Declaration
[ExtenderControlProperty]
public string CultureDatePlaceholder { get; set; }
Property Value
Type Description
System.String

CultureDecimalPlaceholder

Declaration
[ExtenderControlProperty]
public string CultureDecimalPlaceholder { get; set; }
Property Value
Type Description
System.String

CultureName

Declaration
[ExtenderControlProperty]
public string CultureName { get; set; }
Property Value
Type Description
System.String

CultureThousandsPlaceholder

Declaration
[ExtenderControlProperty]
public string CultureThousandsPlaceholder { get; set; }
Property Value
Type Description
System.String

CultureTimePlaceholder

Declaration
[ExtenderControlProperty]
public string CultureTimePlaceholder { get; set; }
Property Value
Type Description
System.String

DisplayMoney

Declaration
[ExtenderControlProperty]
public MaskedEditShowSymbol DisplayMoney { get; set; }
Property Value
Type Description
MaskedEditShowSymbol

ErrorTooltipCssClass

Declaration
[ExtenderControlProperty]
public string ErrorTooltipCssClass { get; set; }
Property Value
Type Description
System.String

ErrorTooltipEnabled

Declaration
[ExtenderControlProperty]
public bool ErrorTooltipEnabled { get; set; }
Property Value
Type Description
System.Boolean

Filtered

Declaration
[ExtenderControlProperty]
public string Filtered { get; set; }
Property Value
Type Description
System.String

InputDirection

Declaration
[ExtenderControlProperty]
public MaskedEditInputDirection InputDirection { get; set; }
Property Value
Type Description
MaskedEditInputDirection

Mask

Declaration
[RequiredProperty]
[ExtenderControlProperty]
public string Mask { get; set; }
Property Value
Type Description
System.String

MaskType

Declaration
[ExtenderControlProperty]
public MaskedEditType MaskType { get; set; }
Property Value
Type Description
MaskedEditType

MessageValidatorTip

Declaration
[ExtenderControlProperty]
public bool MessageValidatorTip { get; set; }
Property Value
Type Description
System.Boolean

OnBlurCssNegative

Declaration
[ExtenderControlProperty]
public string OnBlurCssNegative { get; set; }
Property Value
Type Description
System.String

OnFocusCssClass

Declaration
[ExtenderControlProperty]
public string OnFocusCssClass { get; set; }
Property Value
Type Description
System.String

OnFocusCssNegative

Declaration
[ExtenderControlProperty]
public string OnFocusCssNegative { get; set; }
Property Value
Type Description
System.String

OnInvalidCssClass

Declaration
[ExtenderControlProperty]
public string OnInvalidCssClass { get; set; }
Property Value
Type Description
System.String

PromptCharacter

Declaration
[ExtenderControlProperty]
public string PromptCharacter { get; set; }
Property Value
Type Description
System.String

UserDateFormat

Declaration
[ExtenderControlProperty]
public MaskedEditUserDateFormat UserDateFormat { get; set; }
Property Value
Type Description
MaskedEditUserDateFormat

UserTimeFormat

Declaration
[ExtenderControlProperty]
public MaskedEditUserTimeFormat UserTimeFormat { get; set; }
Property Value
Type Description
MaskedEditUserTimeFormat

Methods

OnLoad(EventArgs)

Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type Name Description
System.EventArgs e
Overrides

OnPreRender(EventArgs)

Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type Name Description
System.EventArgs e
Overrides

Implements