Back to Devexpress

GridViewPrintAppearances.HeaderPanel Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridviewprintappearances-bf1e22ca.md

latest1.7 KB
Original Source

GridViewPrintAppearances.HeaderPanel Property

Gets the appearance settings used to paint column headers when the grid is printed.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public AppearanceObject HeaderPanel { get; }
vb
Public ReadOnly Property HeaderPanel As AppearanceObject

Property Value

TypeDescription
AppearanceObject

A AppearanceObject object that provides the appearance settings used to paint column headers when the grid is printed.

|

Remarks

For more information on appearances, see the Appearance and Conditional Formatting topic.

See Also

GridViewPrintAppearances Class

GridViewPrintAppearances Members

DevExpress.XtraGrid.Views.Grid Namespace