Back to Devexpress

ASPxGridLookup.IncrementalFilteringMode Property

aspnet-devexpress-dot-web-dot-aspxgridlookup-d2c8afe5.md

latest2.4 KB
Original Source

ASPxGridLookup.IncrementalFilteringMode Property

Gets or sets a value that specifies the editor’s filter mode.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(IncrementalFilteringMode.Contains)]
public IncrementalFilteringMode IncrementalFilteringMode { get; set; }
vb
<DefaultValue(IncrementalFilteringMode.Contains)>
Public Property IncrementalFilteringMode As IncrementalFilteringMode

Property Value

TypeDefaultDescription
IncrementalFilteringModeContains

One of the IncrementalFilteringMode enumeration values.

|

Available values:

NameDescription
Contains

The editor filters items that contain the filter string.

| | StartsWith |

The editor filters items that begin with the filter string.

| | None |

The editor does not filter items.

|

Remarks

The ASPxGridLookup allows its items to be filtered within a drop down grid by typing text within the editor’s input box. Use the IncrementalFilteringMode property to specify the editor’s filter mode.

See Incremental Filtering, to learn more.

Note

Incremental filtering requirements.

Incremental filtering requires that the multiple selection mode is disabled (i.e. the ASPxGridLookup.SelectionMode property is not set to Multiple ).

Incremental filtering requires that the ASPxEdit.AutoPostBack (via ASPxGridLookup .AutoPostBack ) property is set false.

See Also

ASPxGridLookup

ASPxGridLookup Class

ASPxGridLookup Members

DevExpress.Web Namespace