Skip to main content

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

[XtraSerializableProperty]
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