Back to Devexpress

WinExplorerViewAppearances.ItemDescriptionHovered Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerviewappearances-0010072a.md

latest2.3 KB
Original Source

WinExplorerViewAppearances.ItemDescriptionHovered Property

Provides access to appearance settings applied to hovered item descriptions.

Namespace : DevExpress.XtraGrid.Views.WinExplorer

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
AppearanceObject

An AppearanceObject that stores appearance settings applied to hovered item descriptions.

|

Remarks

Assign the required Grid Column to the WinExplorerViewColumns.DescriptionColumn property to specify item descriptions.

See Also

ItemDescriptionNormal

ItemDescriptionPressed

ItemHovered

ItemNormal

ItemPressed

WinExplorerViewAppearances Class

WinExplorerViewAppearances Members

DevExpress.XtraGrid.Views.WinExplorer Namespace