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

HighlightingSettings.Foreground Property

Gets or sets the brush used to highlight the text that matches the search criteria.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v18.2.dll

Declaration

public Brush Foreground { get; set; }

Property Value

Type Description
Windows.UI.Xaml.Media.Brush

A Windows.UI.Xaml.Media.Brush object used to highlight the text that matches the search criteria.

Property Paths

You can access this nested property as listed below:

Object Type Path to Foreground
DataControlBase
GridControl
GridControlBase
See Also