WinExplorerViewAppearances.ItemHovered Property
In This Article
Provides access to the appearance settings applied to hovered item captions.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public AppearanceObject ItemHovered { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#Remarks
Assign the required Grid Column to the WinExplorerViewColumns.TextColumn property to specify item captions.
See Also