Skip to main content
A newer version of this page is available. .

WinExplorerViewAppearances.ItemDescriptionSelected Property

Provides access to appearance settings used to paint item descriptions when these items are selected.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public AppearanceObject ItemDescriptionSelected { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject that stores properties used to paint item descriptions when these items are selected.

See Also