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

BaseEditStyleSettings.HighlightedTextForeground Property

Gets or sets the brush used to paint the foreground of the highlighted text.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public Brush HighlightedTextForeground { get; set; }

Property Value

Type Description
Brush

A Brush object used to paint the foreground of the highlighted text.

Property Paths

You can access this nested property as listed below:

Show 77 property paths
Object Type Path to HighlightedTextForeground
AutoSuggestEdit
.StyleSettings.HighlightedTextForeground
BaseEdit
.StyleSettings.HighlightedTextForeground
ButtonEdit
.StyleSettings.HighlightedTextForeground
CheckEdit
.StyleSettings.HighlightedTextForeground
ColorEdit
.StyleSettings.HighlightedTextForeground
ComboBoxEdit
.StyleSettings.HighlightedTextForeground
DateEdit
.StyleSettings.HighlightedTextForeground
FontEdit
.StyleSettings.HighlightedTextForeground
HyperlinkEdit
.StyleSettings.HighlightedTextForeground
ImageEdit
.StyleSettings.HighlightedTextForeground
ListBoxEdit
.StyleSettings.HighlightedTextForeground
LookUpEditBase
.StyleSettings.HighlightedTextForeground
MemoEdit
.StyleSettings.HighlightedTextForeground
PasswordBoxEdit
.StyleSettings.HighlightedTextForeground
PopupBaseEdit
.StyleSettings.HighlightedTextForeground
PopupCalcEdit
.StyleSettings.HighlightedTextForeground
PopupColorEdit
.StyleSettings.HighlightedTextForeground
PopupImageEdit
.StyleSettings.HighlightedTextForeground
ProgressBarEdit
.StyleSettings.HighlightedTextForeground
RangeBaseEdit
.StyleSettings.HighlightedTextForeground
RatingEdit
.StyleSettings.HighlightedTextForeground
AutoSuggestEditSettings
.StyleSettings.HighlightedTextForeground
BarCodeEditSettings
.StyleSettings.HighlightedTextForeground
BaseEditSettings
.StyleSettings.HighlightedTextForeground
ButtonEditSettings
.StyleSettings.HighlightedTextForeground
CalcEditSettings
.StyleSettings.HighlightedTextForeground
CheckEditSettings
.StyleSettings.HighlightedTextForeground
ColorEditSettings
.StyleSettings.HighlightedTextForeground
ComboBoxEditSettings
.StyleSettings.HighlightedTextForeground
DateEditSettings
.StyleSettings.HighlightedTextForeground
FontEditSettings
.StyleSettings.HighlightedTextForeground
HyperlinkEditSettings
.StyleSettings.HighlightedTextForeground
ImageEditSettings
.StyleSettings.HighlightedTextForeground
ListBoxEditSettings
.StyleSettings.HighlightedTextForeground
LookUpEditSettingsBase
.StyleSettings.HighlightedTextForeground
MemoEditSettings
.StyleSettings.HighlightedTextForeground
PasswordBoxEditSettings
.StyleSettings.HighlightedTextForeground
PopupBaseEditSettings
.StyleSettings.HighlightedTextForeground
PopupColorEditSettings
.StyleSettings.HighlightedTextForeground
PopupImageEditSettings
.StyleSettings.HighlightedTextForeground
ProgressBarEditSettings
.StyleSettings.HighlightedTextForeground
RatingEditSettings
.StyleSettings.HighlightedTextForeground
SparklineEditSettings
.StyleSettings.HighlightedTextForeground
SpinEditSettings
.StyleSettings.HighlightedTextForeground
TextEditSettings
.StyleSettings.HighlightedTextForeground
ToggleSwitchEditSettings
.StyleSettings.HighlightedTextForeground
TrackBarEditSettings
.StyleSettings.HighlightedTextForeground
SparklineEdit
.StyleSettings.HighlightedTextForeground
SpinEdit
.StyleSettings.HighlightedTextForeground
TextEdit
.StyleSettings.HighlightedTextForeground
TextEditBase
.StyleSettings.HighlightedTextForeground
ToggleSwitchEdit
.StyleSettings.HighlightedTextForeground
TrackBarEdit
.StyleSettings.HighlightedTextForeground
LookUpEdit
.StyleSettings.HighlightedTextForeground
LookUpEditSettings
.StyleSettings.HighlightedTextForeground
BrushEdit
.StyleSettings.HighlightedTextForeground
BrushEditSettings
.StyleSettings.HighlightedTextForeground
PopupBrushEdit
.StyleSettings.HighlightedTextForeground
PopupBrushEditSettings
.StyleSettings.HighlightedTextForeground
AppointmentLabelEdit
.StyleSettings.HighlightedTextForeground
AppointmentResourceEdit
.StyleSettings.HighlightedTextForeground
AppointmentResourcesEdit
.StyleSettings.HighlightedTextForeground
AppointmentStatusEdit
.StyleSettings.HighlightedTextForeground
MonthEdit
.StyleSettings.HighlightedTextForeground
ResourcesCheckedListBoxControl
.StyleSettings.HighlightedTextForeground
ResourcesComboBoxControl
.StyleSettings.HighlightedTextForeground
ResourcesPopupCheckedListBoxControl
.StyleSettings.HighlightedTextForeground
TimeZoneEdit
.StyleSettings.HighlightedTextForeground
WeekDaysEdit
.StyleSettings.HighlightedTextForeground
WeekOfMonthEdit
.StyleSettings.HighlightedTextForeground
AppointmentLabelEdit
.StyleSettings.HighlightedTextForeground
AppointmentResourceEdit
.StyleSettings.HighlightedTextForeground
AppointmentResourcesEdit
.StyleSettings.HighlightedTextForeground
AppointmentStatusEdit
.StyleSettings.HighlightedTextForeground
DurationEdit
.StyleSettings.HighlightedTextForeground
ItemComboBoxEdit
.StyleSettings.HighlightedTextForeground
TimeZoneEdit
.StyleSettings.HighlightedTextForeground

Remarks

To specify the brush used to paint the highlighted text background, use the BaseEditStyleSettings.HighlightedTextBackground property.

Search Panel

See Also