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

DataControlBase.SearchPanelHighlightSettings Property

Gets or sets settings applied to search results.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v21.2.dll

Declaration

public SearchPanelHighlightSettings SearchPanelHighlightSettings { get; set; }

Property Value

Type Description
SearchPanelHighlightSettings

Settings applied to search results.

Remarks

WinUI Data Grid - Customize Search Results

<dxg:GridControl ...>
    <dxg:GridControl.SearchPanelHighlightSettings>
        <dxg:SearchPanelHighlightSettings Foreground="Orange" FontSize="16"/>
    </dxg:GridControl.SearchPanelHighlightSettings>
</dxg:GridControl>
See Also