Back to Devexpress

BandedViewPrintAppearances Properties

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

latest5.3 KB
Original Source

BandedViewPrintAppearances Properties

Provides the appearance settings used to paint the elements in a Banded Grid View when the grid control is printed/exported.

NameDescription
BandPanelGets the appearance settings used to paint band headers when the grid control is printed.
EvenRowGets the appearance settings used to paint the even data rows when the grid control is printed. Inherited from GridViewPrintAppearances.
FilterPanelGets the appearance settings used to paint the filter panel when the grid is printed. Inherited from ColumnViewPrintAppearances.
FooterPanelGets the appearance settings used to paint the view footer when the grid is printed. Inherited from GridViewPrintAppearances.
GroupFooterGets the appearance settings used to paint the group footer when the grid is printed. Inherited from GridViewPrintAppearances.
GroupRowGets the appearance settings used to paint group rows when the grid is printed. Inherited from GridViewPrintAppearances.
HeaderPanelGets the appearance settings used to paint column headers when the grid is printed. Inherited from GridViewPrintAppearances.
IsDisposedGets whether the current object has been disposed of. Inherited from BaseAppearanceCollection.
IsLoadingIndicates whether the View that owns the current collection is currently being initialized. Inherited from BaseViewAppearanceCollection.
LinesGets the appearance settings used to paint the horizontal and vertical lines when the grid is printed. Inherited from GridViewPrintAppearances.
OddRowGets the appearance settings used to paint odd data rows when the grid control is printed. Inherited from GridViewPrintAppearances.
PreviewGets the appearance settings used to paint the preview sections when the grid is printed. Inherited from GridViewPrintAppearances.
RowGets the appearance settings used to paint the data rows when the grid control is printed. Inherited from GridViewPrintAppearances.

See Also

BandedViewPrintAppearances Class

BandedViewPrintAppearances Members

DevExpress.XtraGrid.Views.BandedGrid Namespace