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.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public AppearanceObject ItemDescriptionDisabled { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#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.