Back to Devexpress

WinExplorerViewAppearances.ItemDescriptionNormal Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerviewappearances-b9815a0d.md

latest2.3 KB
Original Source

WinExplorerViewAppearances.ItemDescriptionNormal Property

Provides access to the item descriptions’ default appearance settings.

Namespace : DevExpress.XtraGrid.Views.WinExplorer

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
AppearanceObject

An AppearanceObject that stores appearance settings applied to item descriptions in their normal state.

|

Remarks

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

See Also

ItemDescriptionHovered

ItemDescriptionPressed

ItemHovered

ItemNormal

ItemPressed

WinExplorerViewAppearances Class

WinExplorerViewAppearances Members

DevExpress.XtraGrid.Views.WinExplorer Namespace