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