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.v23.2.dll

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

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