Table of Contents

Class FilteredTextBoxExtender

Namespace
AjaxControlToolkit
Assembly
AjaxControlToolkit.dll
[ClientScriptResource("Sys.Extended.UI.FilteredTextBoxBehavior", "FilteredTextBox")]
[RequiredScript(typeof(CommonToolkitScripts))]
public class FilteredTextBoxExtender : ExtenderControlBase, IControlResolver
Inheritance
FilteredTextBoxExtender
Implements
Inherited Members

Constructors

FilteredTextBoxExtender()

public FilteredTextBoxExtender()

Properties

FilterInterval

[ExtenderControlProperty]
[ClientPropertyName("filterInterval")]
public int FilterInterval { get; set; }

Property Value

int

FilterMode

[ExtenderControlProperty]
[ClientPropertyName("filterMode")]
public FilterModes FilterMode { get; set; }

Property Value

FilterModes

FilterType

[ExtenderControlProperty]
[ClientPropertyName("filterType")]
public FilterTypes FilterType { get; set; }

Property Value

FilterTypes

InvalidChars

[ExtenderControlProperty]
[ClientPropertyName("invalidChars")]
public string InvalidChars { get; set; }

Property Value

string

ValidChars

[ExtenderControlProperty]
[ClientPropertyName("validChars")]
public string ValidChars { get; set; }

Property Value

string

Methods

CheckIfValid(bool)

protected override bool CheckIfValid(bool throwException)

Parameters

throwException bool

Returns

bool