windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-346d7bd4.md
Provides the appearance settings used to paint the elements in a Grid View.
Namespace : DevExpress.XtraGrid.Views.Grid
Assembly : DevExpress.XtraGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation
public class GridViewAppearances :
ColumnViewAppearances
Public Class GridViewAppearances
Inherits ColumnViewAppearances
The following members return GridViewAppearances objects:
The GridViewAppearances class provides properties which allow you to access and customize the appearance settings used to paint the Grid View’s elements (rows, column headers, footer cells, etc.). To access the Grid View’s appearance settings, use the GridView.Appearance property.
For more information on appearances, see the Appearance and Conditional Formatting document.
Object BaseAppearanceCollection BaseViewAppearanceCollection ColumnViewAppearances GridViewAppearances BandedViewAppearances
See Also