DataViewBase.SearchPanelHighlightResults Property
In This Article
Gets or sets whether to highlight search results within located records. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
[XtraSerializableProperty]
[CloneDetailMode(CloneDetailMode.Skip)]
public bool SearchPanelHighlightResults { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true to highlight search results; otherwise, false. |
#Remarks
The search string can be obtained or specified via the DataViewBase.SearchString property.
To learn more, see Search Panel.
See Also