DataControlBase.SearchPanelHighlightResults Property
In This Article
Gets or sets whether to highlight search results within located records. This is a dependency property.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.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.
To learn more, see Search Panel.
See Also