Click or drag to resize
TextBoxControlFilterMode Property
The filter mode to apply, either ValidChars (default) or InvalidChars. If set to InvalidChars, FilterType must be set to Custom; if set to ValidChars, FilterType must contain Custom.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public FilterModes FilterMode { get; set; }

Property Value

Type: FilterModes
See Also