London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class FilteredTextBoxExtender

Inheritance
System.Object
FilteredTextBoxExtender
Implements
Inherited Members
Namespace: AjaxControlToolkit
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
Syntax
[ClientScriptResource("AjaxControlToolkit.FilteredTextBoxBehavior", "AjaxControlToolkit.FilteredTextBox.FilteredTextBoxBehavior.js")]
[RequiredScript(typeof(CommonToolkitScripts))]
public class FilteredTextBoxExtender : ExtenderControlBase, IControlResolver

Constructors

FilteredTextBoxExtender()

Declaration
public FilteredTextBoxExtender()

Properties

FilterInterval

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

FilterMode

Declaration
[ExtenderControlProperty]
public FilterModes FilterMode { get; set; }
Property Value
Type Description
FilterModes

FilterType

Declaration
[ExtenderControlProperty]
public FilterTypes FilterType { get; set; }
Property Value
Type Description
FilterTypes

InvalidChars

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

ValidChars

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

Methods

CheckIfValid(Boolean)

Declaration
protected override bool CheckIfValid(bool throwException)
Parameters
Type Name Description
System.Boolean throwException
Returns
Type Description
System.Boolean
Overrides

Implements