Skip to main content
A newer version of this page is available. .

GridViewAppearances Class

Provides the appearance settings used to paint the elements in a Grid View.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public class GridViewAppearances :
    ColumnViewAppearances

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.

See Also