Skip to main content
A newer version of this page is available. .
Tab

GridHeaderFilterListBoxSearchUISettings Properties

Contains settings that relate to the list box’s search UI within the grid’s header filter.
Name Description
CustomEditorID For internal use only.
Delay Gets or sets the time interval between the time when a user starts typing within the list box’s filter editor, and filtering is applied. Inherited from ListBoxFilteringSettings.
EditorNullText Gets or sets the string displayed in the filter editor when the editor’s value is null. Inherited from ListBoxFilteringSettings.
EditorNullTextDisplayMode Gets or sets a value indicating when null text should be displayed in the list box’s filter editor. Inherited from ListBoxFilteringSettings.
EnableAnimation Gets or sets the value that specifies whether a specific animation effect is used when the filter editor invokes/hides if the “Select All” mode is enabled. Inherited from ListBoxFilteringSettings.
MinLength Gets or sets the minimum number of characters an end-user should enter into the editor before the filtering executes. Inherited from ListBoxFilteringSettings.
ShowSearchUI For internal use only.
UseCompactView Gets or sets a value specifying whether the list box’s search UI is displayed in Compact mode within the ASPxGridView header filter dropdown.
Visibility Gets or sets a value specifying the search UI visibility mode within the ASPxGridView header filter.
See Also