Skip to main content

WinExplorerViewAppearances.ItemDisabled Property

Stores appearance settings used to paint disabled item captions.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public AppearanceObject ItemDisabled { get; }

Property Value

Type Description
AppearanceObject

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

Remarks

The ItemDisabled property allows you to customize item captions (see the WinExplorerViewColumns.TextColumn property) when these items are disabled. The disabled/enabled state of an item depends on the boolean value stored within a grid column that is assigned to the WinExplorerViewColumns.EnabledColumn property.

The figure below illustrates two disabled WinExplorerView records compared to the enabled item. Disabled item captions are drawn with a strike-out.

WinExplorerView - ItemDisabled

See Also