Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

FilterBuilderFilterOperationDescriptionsBuilder Methods
Show Inherited Hide Inherited

Provides methods that allow you to configure nested options of the client-side filterOperationDescriptions object.
Name Description
Between(JS) The 'between' operation's description. Mirrors the client-side between option.
Between(String) The 'between' operation's description. Mirrors the client-side between option.
Contains(JS) The 'contains' operation's description. Mirrors the client-side contains option.
Contains(String) The 'contains' operation's description. Mirrors the client-side contains option.
EndsWith(JS) The 'endswith' operation's description. Mirrors the client-side endsWith option.
EndsWith(String) The 'endswith' operation's description. Mirrors the client-side endsWith option.
Equal(JS) The '=' operation's description. Mirrors the client-side equal option.
Equal(String) The '=' operation's description. Mirrors the client-side equal option.
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.
GreaterThan(JS) The '>' operation's description. Mirrors the client-side greaterThan option.
GreaterThan(String) The '>' operation's description. Mirrors the client-side greaterThan option.
GreaterThanOrEqual(JS) The '>=' operation's description. Mirrors the client-side greaterThanOrEqual option.
GreaterThanOrEqual(String) The '>=' operation's description. Mirrors the client-side greaterThanOrEqual option.
IsBlank(JS) The 'isblank' operation's description. Mirrors the client-side isBlank option.
IsBlank(String) The 'isblank' operation's description. Mirrors the client-side isBlank option.
IsNotBlank(JS) The 'isnotblank' operation's description. Mirrors the client-side isNotBlank option.
IsNotBlank(String) The 'isnotblank' operation's description. Mirrors the client-side isNotBlank option.
LessThan(JS) The '<' operation's description. Mirrors the client-side lessThan option.
LessThan(String) The '<' operation's description. Mirrors the client-side lessThan option.
LessThanOrEqual(JS) The '<=' operation's description. Mirrors the client-side lessThanOrEqual option.
LessThanOrEqual(String) The '<=' operation's description. Mirrors the client-side lessThanOrEqual option.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
NotContains(JS) The 'notcontains' operation's description. Mirrors the client-side notContains option.
NotContains(String) The 'notcontains' operation's description. Mirrors the client-side notContains option.
NotEqual(JS) The '<>' operation's description. Mirrors the client-side notEqual option.
NotEqual(String) The '<>' operation's description. Mirrors the client-side notEqual option.
Option(String, Object) Specifies an option by its name.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
StartsWith(JS) The 'startswith' operation's description. Mirrors the client-side startsWith option.
StartsWith(String) The 'startswith' operation's description. Mirrors the client-side startsWith option.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also