Back to Devexpress

WinExplorerViewAppearances.ItemHovered Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerviewappearances-2f52b596.md

latest2.2 KB
Original Source

WinExplorerViewAppearances.ItemHovered Property

Provides access to the appearance settings applied to hovered item captions.

Namespace : DevExpress.XtraGrid.Views.WinExplorer

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public AppearanceObject ItemHovered { get; }
vb
Public ReadOnly Property ItemHovered As AppearanceObject

Property Value

TypeDescription
AppearanceObject

An AppearanceObject that stores appearance settings for hovered item captions.

|

Remarks

Assign the required Grid Column to the WinExplorerViewColumns.TextColumn property to specify item captions.

See Also

ItemNormal

ItemPressed

ItemDescriptionNormal

ItemDescriptionHovered

ItemDescriptionPressed

WinExplorerViewAppearances Class

WinExplorerViewAppearances Members

DevExpress.XtraGrid.Views.WinExplorer Namespace