Skip to main content
A newer version of this page is available. .

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

Declaration

public AppearanceObject ItemDescriptionDisabled { get; }

Property Value

Type Description
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