DataControlBase.SearchPanelHighlightingSettings Property
Gets or sets the font settings used to highlight the text that matches the search criteria. 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 HighlightingSettings SearchPanelHighlightingSettings { get; set; }
Property Value
Type | Description |
---|---|
HighlightingSettings | A HighlightingSettings object. |
Remarks
If the DataControlBase.SearchPanelHighlightResults property is set to true, the text that matches the search criteria is highlighted.
Use the SearchPanelHighlightingSettings property to specify highlight settings.
See Also