DataViewBase.IncrementalSearchMode Property
Gets or sets a value specifying whether end-users can locate rows by typing the desired column value.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll
Declaration
public IncrementalSearchMode IncrementalSearchMode { get; set; }
Public Property IncrementalSearchMode As IncrementalSearchMode
Property Value
Type | Description |
---|---|
IncrementalSearchMode | An IncrementalSearchMode enumeration value that is the incremental search mode. |
Remarks
The incremental search is disabled by default. To enable incremental search for the GridControl's View, set the IncrementalSearchMode property to IncrementalSearchMode.Enabled.
To disable the incremental search for a specific column, set its ColumnBase.AllowIncrementalSearch property value to false.
NOTE
Master-detail representation specifics.
If the detail View's IncrementalSearchMode property is set to IncrementalSearchMode.Default, the incremental search functionality will be enabled in the detailed view if this functionality is enabled in the master view.