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.v20.2.dll
Declaration
public AppearanceObject HeaderPanel { get; }
Public ReadOnly Property HeaderPanel As AppearanceObject
Property Value
Type | Description |
---|---|
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
Feedback