Back to Devexpress

WinExplorerViewAppearances.ItemDisabled Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerviewappearances-eb12aeb4.md

latest2.4 KB
Original Source

WinExplorerViewAppearances.ItemDisabled Property

Stores appearance settings used to paint disabled item captions.

Namespace : DevExpress.XtraGrid.Views.WinExplorer

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public AppearanceObject ItemDisabled { get; }
vb
Public ReadOnly Property ItemDisabled As AppearanceObject

Property Value

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

See Also

EnabledColumn

WinExplorerViewAppearances Class

WinExplorerViewAppearances Members

DevExpress.XtraGrid.Views.WinExplorer Namespace