Class
GridPrintSettings

Represents the print settings for RadGridView.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class GridPrintSettings

Inheritance: objectGridPrintSettings

Constructors

GridPrintSettings()

Initializes a new instance of the GridPrintSettings class.

Declaration

cs-api-definition
public GridPrintSettings()

Properties

AlternatingRowColor

Gets or sets a value indidcating the alternating row color for odd rows.

Declaration

cs-api-definition
public Color AlternatingRowColor { get; set; }

Property Value

Color

BorderColor

Gets or sets the default color of all borders.

Declaration

cs-api-definition
public Color BorderColor { get; set; }

Property Value

Color

CellBackColor

Gets or sets the default back color for data cells.

Declaration

cs-api-definition
public Color CellBackColor { get; set; }

Property Value

Color

CellFont

Gets or sets the font used for data cells.

Declaration

cs-api-definition
public Font CellFont { get; set; }

Property Value

Font

CellPadding

Gets or sets the default padding for all cells.

Declaration

cs-api-definition
public Padding CellPadding { get; set; }

Property Value

Padding

ChildViewPrintMode

Gets or sets a value indicating how child views are printed when printing a hierarchical grid.

Declaration

cs-api-definition
public ChildViewPrintMode ChildViewPrintMode { get; set; }

Property Value

ChildViewPrintMode

FitWidthMode

Gets or sets a value indicating how the grid is positioned on the printed page.

Declaration

cs-api-definition
public PrintFitWidthMode FitWidthMode { get; set; }

Property Value

PrintFitWidthMode

GroupRowBackColor

Gets or sets the default back color of group rows.

Declaration

cs-api-definition
public Color GroupRowBackColor { get; set; }

Property Value

Color

GroupRowFont

Gets or sets the font used for group cells.

Declaration

cs-api-definition
public Font GroupRowFont { get; set; }

Property Value

Font

HeaderCellBackColor

Gets or sets the default back color of header cells.

Declaration

cs-api-definition
public Color HeaderCellBackColor { get; set; }

Property Value

Color

HeaderCellFont

Gets or sets the font used for header cells.

Declaration

cs-api-definition
public Font HeaderCellFont { get; set; }

Property Value

Font

HierarchyIndent

Gets or sets a indent in pixels when printing a hierarchical grid.

Declaration

cs-api-definition
public int HierarchyIndent { get; set; }

Property Value

int

PrintAllPages

Gets or sets a value indicating whether all pages will be printed when paging is enabled.

Declaration

cs-api-definition
public bool PrintAllPages { get; set; }

Property Value

bool

true if all pages will be printed; otherwise, false.

PrintAlternatingRowColor

Gets or sets a value indicating whether alternating row color is printed.

Declaration

cs-api-definition
public bool PrintAlternatingRowColor { get; set; }

Property Value

bool

PrintGrouping

Gets or sets a value indicating whther grouping is printed.

Declaration

cs-api-definition
public bool PrintGrouping { get; set; }

Property Value

bool

PrintHeaderOnEachPage

Gets or sets a value indicating whether header cells are printed on each page or only on the first.

Declaration

cs-api-definition
public bool PrintHeaderOnEachPage { get; set; }

Property Value

bool

PrintHiddenColumns

Gets or sets a value indicating whethwe hidden columns are printed.

Declaration

cs-api-definition
public bool PrintHiddenColumns { get; set; }

Property Value

bool

PrintHiddenRows

Gets or sets a value indicating whether hidden rows are printed.

Declaration

cs-api-definition
public bool PrintHiddenRows { get; set; }

Property Value

bool

PrintHierarchy

Gets or sets a value indicating whether hierarchy is printed.

Declaration

cs-api-definition
public bool PrintHierarchy { get; set; }

Property Value

bool

PrintSummaries

Gets or sets a value indicating whether summaries are printed.

Declaration

cs-api-definition
public bool PrintSummaries { get; set; }

Property Value

bool

SummaryCellBackColor

Gets or sets the default back color of summary cells.

Declaration

cs-api-definition
public Color SummaryCellBackColor { get; set; }

Property Value

Color

SummaryCellFont

Gets or sets the font used for summary cells.

Declaration

cs-api-definition
public Font SummaryCellFont { get; set; }

Property Value

Font