Back to Devexpress

WinExplorerViewOptionsView.ItemHoverBordersShowMode Property

windowsforms-devexpress-dot-xtragrid-dot-winexplorer-dot-winexplorerviewoptionsview-c9a994d5.md

latest2.8 KB
Original Source

WinExplorerViewOptionsView.ItemHoverBordersShowMode Property

Gets or sets how hovered WinExplorer View‘s items should display their borders.

Namespace : DevExpress.XtraGrid.WinExplorer

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(ItemHoverBordersShowMode.Default)]
public ItemHoverBordersShowMode ItemHoverBordersShowMode { get; set; }
vb
<DefaultValue(ItemHoverBordersShowMode.Default)>
Public Property ItemHoverBordersShowMode As ItemHoverBordersShowMode

Property Value

TypeDefaultDescription
ItemHoverBordersShowModeDefault

An DevExpress.XtraGrid.WinExplorer.ItemHoverBordersShowMode enumerator value that specifies how hovered WinExplorer View‘s items should display their borders.

|

Available values:

NameDescription
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.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ItemHoverBordersShowMode
WinExplorerView

.OptionsView .ItemHoverBordersShowMode

|

See Also

WinExplorerViewOptionsView Class

WinExplorerViewOptionsView Members

DevExpress.XtraGrid.WinExplorer Namespace