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