Back to Devexpress

WinExplorerViewAppearances.ItemDescriptionPressed Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerviewappearances-6e3ba99a.md

latest2.3 KB
Original Source

WinExplorerViewAppearances.ItemDescriptionPressed Property

Provides access to appearance settings, applied to selected 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 ItemDescriptionPressed { get; }
vb
Public ReadOnly Property ItemDescriptionPressed As AppearanceObject

Property Value

TypeDescription
AppearanceObject

An AppearanceObject that stores appearance settings for selected item descriptions.

|

Remarks

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

See Also

ItemDescriptionHovered

ItemDescriptionNormal

ItemHovered

ItemNormal

ItemPressed

WinExplorerViewAppearances Class

WinExplorerViewAppearances Members

DevExpress.XtraGrid.Views.WinExplorer Namespace