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

BandedViewPrintAppearances Properties

Provides the appearance settings used to paint the elements in a Banded Grid View when the grid control is printed/exported.
Name Description
BandPanel Gets the appearance settings used to paint band headers when the grid control is printed.
EvenRow Gets the appearance settings used to paint the even data rows when the grid control is printed. Inherited from GridViewPrintAppearances.
FilterPanel Gets the appearance settings used to paint the filter panel when the grid is printed. Inherited from ColumnViewPrintAppearances.
FooterPanel Gets the appearance settings used to paint the view footer when the grid is printed. Inherited from GridViewPrintAppearances.
GroupFooter Gets the appearance settings used to paint the group footer when the grid is printed. Inherited from GridViewPrintAppearances.
GroupRow Gets the appearance settings used to paint group rows when the grid is printed. Inherited from GridViewPrintAppearances.
HeaderPanel Gets the appearance settings used to paint column headers when the grid is printed. Inherited from GridViewPrintAppearances.
IsDisposed Gets whether the current object has been disposed of. Inherited from BaseAppearanceCollection.
IsLoading Indicates whether the View that owns the current collection is currently being initialized. Inherited from BaseViewAppearanceCollection.
Lines Gets the appearance settings used to paint the horizontal and vertical lines when the grid is printed. Inherited from GridViewPrintAppearances.
OddRow Gets the appearance settings used to paint odd data rows when the grid control is printed. Inherited from GridViewPrintAppearances.
Preview Gets the appearance settings used to paint the preview sections when the grid is printed. Inherited from GridViewPrintAppearances.
Row Gets the appearance settings used to paint the data rows when the grid control is printed. Inherited from GridViewPrintAppearances.
See Also