Back to Devexpress

WinExplorerViewAppearances.ItemPressed Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerviewappearances-503ad708.md

latest2.2 KB
Original Source

WinExplorerViewAppearances.ItemPressed Property

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

Property Value

TypeDescription
AppearanceObject

An AppearanceObject that stores appearance settings applied to selected item captions.

|

Remarks

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

See Also

ItemNormal

ItemHovered

ItemDescriptionNormal

ItemDescriptionHovered

ItemDescriptionPressed

WinExplorerViewAppearances Class

WinExplorerViewAppearances Members

DevExpress.XtraGrid.Views.WinExplorer Namespace