DataControlBase.SearchPanelHighlightResults Property
Gets or sets whether to highlight search results within located records. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
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