Back to Devexpress

ColumnBase.AllowIncrementalSearch Property

wpf-devexpress-dot-xpf-dot-grid-dot-columnbase-155c8827.md

latest1.9 KB
Original Source

ColumnBase.AllowIncrementalSearch Property

Gets or sets whether incremental search can be performed on the column.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool AllowIncrementalSearch { get; set; }
vb
Public Property AllowIncrementalSearch As Boolean

Property Value

TypeDescription
Boolean

true, if incremental search can be performed against the column; otherwise, false.

|

Remarks

If the View’s DataViewBase.IncrementalSearchMode option is set to IncrementalSearchMode.Enabled incremental search can be performed against all the columns whose AllowIncrementalSearch property is set to true. Set a column’s AllowIncrementalSearch property to false to disable incremental searches for this column.

See Also

Incremental Search

ColumnBase Class

ColumnBase Members

DevExpress.Xpf.Grid Namespace