Back to Devexpress

HighlightStyle Enum

windowsforms-devexpress-dot-xtraeditors-9ec21955.md

latest3.0 KB
Original Source

HighlightStyle Enum

Enumerates painting styles for selected and hot-tracked items in list box and pop up controls.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum HighlightStyle
vb
Public Enum HighlightStyle

Members

NameDescription
Default

The same as the Skinned option.

| | Standard |

Selected and hot-tracked items are not skinned and painted using the default system color.

In a BaseListBoxControl control’s descendants, if item hot-tracking is enabled, selected and hot-tracked items are always in sync, and setting the BaseListBoxControl.HotTrackSelectMode property to SelectItemOnClick is not in effect.

| | Skinned |

Selected and hot-tracked items are painted skinned if a skinning painting scheme is applied. Otherwise, items are not skinned.

|

The following properties accept/return HighlightStyle values:

Remarks

Some controls allow you to specify how selected and hot-tracked items must be painted - skinned or using the default system color. These controls provide properties of the HighlightStyle type to specify this setting.

See Also

BaseListBoxControl.HighlightedItemStyle

RepositoryItemColorEdit.HighlightedItemStyle

RepositoryItemComboBox.HighlightedItemStyle

RepositoryItemLookUpEdit.HighlightedItemStyle

DevExpress.XtraEditors Namespace