Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ItemHoverBordersShowMode Enum

Values of this enumeration specify whether hovered WinExplorer items should have borders.

Namespace: DevExpress.XtraGrid.WinExplorer

Assembly: DevExpress.XtraGrid.v24.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

#Declaration

public enum ItemHoverBordersShowMode

#Members

Name Description
Default

Same as the “ContextButtons” value.

Always

Hovered items always have borders.

Never

Hovered items never have borders.

ContextButtons

If a hovered item has no context buttons or all its context buttons are visible (the Visibility property equals “Visible”), this item has borders. Otherwise, if an item has at least one auto-hide context button (a button that is visible only when you hover the mouse over its parent item), this item does not have hover borders.

#Related API Members

The following properties accept/return ItemHoverBordersShowMode values:

See Also