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.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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.