WinExplorerViewAppearances.ItemNormal Property
In This Article
Provides access to the item caption default appearance settings.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public AppearanceObject ItemNormal { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#Remarks
Assign the required Grid Column to the WinExplorerViewColumns.TextColumn property to specify item captions.
See Also