Back to Devexpress

GridOptionsBehavior.AllowIncrementalSearch Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridoptionsbehavior-9604c28a.md

latest2.2 KB
Original Source

GridOptionsBehavior.AllowIncrementalSearch Property

Gets or sets a value specifying whether end-users can locate rows by typing the desired column value.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool AllowIncrementalSearch { get; set; }
vb
<DefaultValue(False)>
<XtraSerializableProperty>
Public Overridable Property AllowIncrementalSearch As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if incremental searching is allowed; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowIncrementalSearch
GridView

.OptionsBehavior .AllowIncrementalSearch

|

Remarks

To disable the incremental search for a specific column, set its OptionsColumn.AllowIncrementalSearch option to false.

See Also

AllowIncrementalSearch

Filter and Search

GridOptionsBehavior Class

GridOptionsBehavior Members

DevExpress.XtraGrid.Views.Grid Namespace