Back to Devexpress

WinExplorerViewAppearances.ItemDescriptionDisabled Property

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

latest2.4 KB
Original Source

WinExplorerViewAppearances.ItemDescriptionDisabled Property

Provides access to appearance settings used to paint View item descriptions when these items are disabled.

Namespace : DevExpress.XtraGrid.Views.WinExplorer

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
AppearanceObject

An AppearanceObject that stores properties used to paint View item descriptions when these items are disabled.

|

Remarks

Use the ItemDescriptionDisabled property to customize View item descriptions (see the WinExplorerViewColumns.DescriptionColumn property) in the disabled state. The enabled/disabled state of an item depends on the boolean value stored within a specific row of a grid column, assigned to the WinExplorerViewColumns.EnabledColumn property.

You can also customize disabled item captions. To do so, access the WinExplorerViewAppearances.ItemDisabled property.

See Also

EnabledColumn

WinExplorerViewAppearances Class

WinExplorerViewAppearances Members

DevExpress.XtraGrid.Views.WinExplorer Namespace