GridViewAppearances Class
Provides the appearance settings used to paint the elements in a Grid View.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Related API Members
The following members return GridViewAppearances objects:
Remarks
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.
Inheritance
See Also