ListBoxFilteringSettings Members
Provides settings that affect the list box’s filtering functionality.Constructors
Name | Description |
---|---|
ListBoxFilteringSettings(IPropertiesOwner) | Initializes a new instance of the ListBoxFilteringSettings class with specified settings. |
Properties
Name | Description |
---|---|
CustomEditorID | Specifies the ID of a DevExpress editor that is used to set the list box’s filter criterion. |
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. |
EditorNullText | Gets or sets the string displayed in the filter editor when the editor’s value is null. |
EditorNullTextDisplayMode | Specifies when the null text is visible in the list box’s filter editor. |
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. |
MinLength | Gets or sets the minimum number of characters an end-user should enter into the editor before the filtering executes. |
ShowSearchUI | Gets or sets a value specifying whether the ASPxListBox‘s search UI is visible. |
UseCompactView | Gets or sets a value specifying whether the list box’s search UI is displayed in Compact mode. |
Methods
Name | Description |
---|---|
Assign(PropertiesBase) | Copies the settings of the specified object to the current one. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns the string that represents the current object. Inherited from StateManager. |
See Also