Click or drag to resize

ListTextFilter Properties

The ListTextFilter type exposes the following members.

Properties
  NameDescription
Public propertyDivide
Gets or sets the divider type for this filter.
(Inherited from ListFilter.)
Public propertyEnabled
Gets or sets value indicating whether filter is enabled.
(Inherited from ListFilter.)
Public propertyLabel
Gets or sets the label for this filter.
(Inherited from ListFilter.)
Public propertyName
Gets or sets the name of the filter.
(Inherited from ListFilter.)
Public propertyOnClientChange
Gets or sets the client-side script that executes when a ListTextFilter control's text is changed.
Public propertyOwner
Gets or sets the reference to a List control that this filter is attached to.
(Inherited from ListFilter.)
Public propertyPriority
Gets or sets the priority of the filter.
(Inherited from ListFilter.)
Public propertyShowSubmitButton
Gets or sets value indicating whether to show "Submit" button.
Public propertySubmitButtonIcon
Gets or sets the type of the "Submit" button icon.
Public propertySubmitButtonIconPath
Gets or sets the virtual path to the custom "Submit" button icon.
Public propertyText
Gets or sets the text entered in the text-box field.
Public propertyWaterMarkText
Gets or sets text that is displayed when nothing is entered into text-box.
Public propertyWidth
Gets or sets the width of the text-box.
Top
See Also