ClassGridPrintSettings
Represents the print settings for RadGridView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class GridPrintSettings
Inheritance: objectGridPrintSettings
Constructors
GridPrintSettings()
Initializes a new instance of the GridPrintSettings class.
Declaration
public GridPrintSettings()
Properties
AlternatingRowColor
Gets or sets a value indidcating the alternating row color for odd rows.
BorderColor
Gets or sets the default color of all borders.
CellBackColor
Gets or sets the default back color for data cells.
CellFont
Gets or sets the font used for data cells.
CellPadding
Gets or sets the default padding for all cells.
ChildViewPrintMode
Gets or sets a value indicating how child views are printed when printing a hierarchical grid.
Declaration
public ChildViewPrintMode ChildViewPrintMode { get; set; }
Property Value
FitWidthMode
Gets or sets a value indicating how the grid is positioned on the printed page.
Declaration
public PrintFitWidthMode FitWidthMode { get; set; }
Property Value
GroupRowBackColor
Gets or sets the default back color of group rows.
GroupRowFont
Gets or sets the font used for group cells.
HeaderCellBackColor
Gets or sets the default back color of header cells.
HeaderCellFont
Gets or sets the font used for header cells.
HierarchyIndent
Gets or sets a indent in pixels when printing a hierarchical grid.
PrintAllPages
Gets or sets a value indicating whether all pages will be printed when paging is enabled.
Declaration
public bool PrintAllPages { get; set; }
Property Value
true if all pages will be printed; otherwise, false.
PrintAlternatingRowColor
Gets or sets a value indicating whether alternating row color is printed.
Declaration
public bool PrintAlternatingRowColor { get; set; }
Property Value
PrintGrouping
Gets or sets a value indicating whther grouping is printed.
PrintHeaderOnEachPage
Gets or sets a value indicating whether header cells are printed on each page or only on the first.
PrintHiddenColumns
Gets or sets a value indicating whethwe hidden columns are printed.
PrintHiddenRows
Gets or sets a value indicating whether hidden rows are printed.
PrintHierarchy
Gets or sets a value indicating whether hierarchy is printed.
PrintSummaries
Gets or sets a value indicating whether summaries are printed.
SummaryCellBackColor
Gets or sets the default back color of summary cells.
SummaryCellFont
Gets or sets the font used for summary cells.