[]
Represents an ASP.NET AJAX extender filtered text cell.
public class FilteredTextCellType : ExtenderCellType, ICellType, IFormatter, IEnhancedPdfRenderer, IPdfSupport, IEditor3, IEditor, ICloneable, ISerializeSupport, ICSSClassSupport, IRenderer2, IEnhancedRenderer, IRenderer, IDeserializationCallback
Public Class FilteredTextCellType
Inherits ExtenderCellType
Implements ICellType, IFormatter, IEnhancedPdfRenderer, IPdfSupport, IEditor3, IEditor, ICloneable, ISerializeSupport, ICSSClassSupport, IRenderer2, IEnhancedRenderer, IRenderer, IDeserializationCallback
| Name | Description |
|---|---|
| FilteredTextCellType() | Creates a new ASP.NET AJAX extender filtered text cell. |
| Name | Description |
|---|---|
| FilterInterval | Gets or sets the filter interval, in milliseconds, in which the field's contents are filtered. |
| FilterMode | Gets or sets the filter mode for the filtered text cell. |
| FilterType | Gets or sets the type of filter for the filtered text cell. |
| InvalidChars | Gets or sets a string that contains all the invalid characters for the text field. |
| ValidChars | Gets or sets a string that contains all the valid characters for the text field. |