Version

DropDownAutoFiltering Enumeration

Indicates the type of filtering
Members
MemberDescription
Clientfiltering will only be done in the items on the client-side, without a postback
OffNo filtering will be made, the matching item (if any) will only be selected and the container will automatically scroll to its position in the list
ServerAsync postback will be made when typing in the input box
Inheritance Hierarchy

Object
   Infragistics.Web.UI.DropDownAutoFiltering

See Also