Back to Devexpress

BandedViewPrintAppearances.BandPanel Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-bandedgrid-dot-bandedviewprintappearances.md

latest2.1 KB
Original Source

BandedViewPrintAppearances.BandPanel Property

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

Namespace : DevExpress.XtraGrid.Views.BandedGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
AppearanceObject

A BandedViewPrintAppearances object that provides the appearance settings used to paint band headers when the grid control is printed.

|

Remarks

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

See Also

BandPanel

Appearance and Conditional Formatting

BandedViewPrintAppearances Class

BandedViewPrintAppearances Members

DevExpress.XtraGrid.Views.BandedGrid Namespace