Skip to main content

WinExplorerViewAppearances.ItemSelected Property

Stores appearance settings used to paint selected item captions.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public AppearanceObject ItemSelected { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject object that stores appearance settings used to paint selected item captions.

See Also