Skip to main content

ColumnViewPrintAppearances Class

Provides the appearance settings which are used to paint the elements that are common to all types of Views when the grid control is printed/exported.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public class ColumnViewPrintAppearances :
    BaseViewAppearanceCollection

Remarks

The ColumnViewPrintAppearances class introduces the ColumnViewPrintAppearances.FilterPanel property. This property is of the AppearanceObject type and provides the appearance settings used to paint the filter panel when the grid control is printed/exported.

The ColumnViewPrintAppearances descendants expose additional appearance properties that provide the settings which are used to paint the elements specific to a particular type of View. For more information on appearances and how to customize the grid control before it’s printed/exported, see the Appearance and Conditional Formatting, Export Overview and Printing the XtraGrid documents.

See Also