DataViewBase.SearchPanelFindMode Property
In This Article
Gets or sets whether data searching starts automatically, or must be started manually. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
[CloneDetailMode(CloneDetailMode.Skip)]
[XtraSerializableProperty]
public FindMode SearchPanelFindMode { get; set; }
#Property Value
Type | Description |
---|---|
Find |
A Find |
#Remarks
Use the SearchPanelFindMode property, to specify how data searching should be initiated - automatically or manually. In automatic search mode, a search starts after an end-user has stopped typing text, after the delay specified by the DataViewBase.SearchDelay property. In manual mode, an end-user should click the Find button or press ENTER.
To learn more, see Search Panel.
See Also