FilterBuilderFieldLookupBuilder Methods
Provides methods that allow you to configure nested options of the client-side lookup object.
Name | Description |
---|---|
Allow |
Specifies whether to display the Clear button in the lookup field while it is being edited. Mirrors the client-side allow |
Allow |
Specifies whether to display the Clear button in the lookup field while it is being edited. Mirrors the client-side allow |
Data |
Specifies the lookup data source. Mirrors the client-side data |
Data |
Binds a lookup field to a collection: Array , List , or IEnumerable .
|
Data |
Binds a lookup field to data, allows you to configure data access from different sources: API controllers, Razor page handlers, OData services, arrays, and more. |
Data |
Binds a lookup field to read-only data in JSON format. |
Data |
Provides access to methods that mirror client-side data source options. |
Display |
Specifies the data field whose values should be displayed. Mirrors the client-side display |
Display |
Specifies the data field whose values should be displayed. Mirrors the client-side display |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Option |
Specifies an option by its name. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
Value |
Specifies the data field whose values should be replaced with values from the display |
Value |
Specifies the data field whose values should be replaced with values from the display |
See Also