Skip to main content
A newer version of this page is available. .

DataControlBase.SearchPanelHighlightResults Property

Gets or sets whether to highlight search results within located records. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(true, Handler = "OnSearchRelatedPropertyChanged")]
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 DataControlBase.SearchString property.

search-panel

To learn more, see Search Panel.

See Also