Skip to main content

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.v24.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