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

WinExplorerViewOptionsView.ItemHoverBordersShowMode Property

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

Namespace: DevExpress.XtraGrid.WinExplorer

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

[DefaultValue(ItemHoverBordersShowMode.Default)]
public ItemHoverBordersShowMode ItemHoverBordersShowMode { get; set; }

Property Value

Type Default Description
DevExpress.XtraGrid.WinExplorer.ItemHoverBordersShowMode **Default**

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

Property Paths

You can access this nested property as listed below:

Object Type Path to ItemHoverBordersShowMode
WinExplorerView
.OptionsView.ItemHoverBordersShowMode
See Also