Back to Devexpress

ColumnViewOptionsFilter.AllowFilterIncrementalSearch Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-columnviewoptionsfilter-c34fe44e.md

latest2.6 KB
Original Source

ColumnViewOptionsFilter.AllowFilterIncrementalSearch Property

Gets or sets whether incremental searching is supported in columns’ Regular and Checked Filter Dropdown Lists.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool AllowFilterIncrementalSearch { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property AllowFilterIncrementalSearch As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if incremental searching is supported in columns’ Regular and Checked Filter Dropdown Lists; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowFilterIncrementalSearch
ColumnView

.OptionsFilter .AllowFilterIncrementalSearch

|

Remarks

The incremental search feature allows an end-user to locate items by typing items’ captions directly within a Filter Dropdown List.

See Also

FilterPopupMode

Filter and Search

ColumnViewOptionsFilter Class

ColumnViewOptionsFilter Members

DevExpress.XtraGrid.Views.Base Namespace