New to Telerik UI for WinFormsStart a free 30-day trial

Represents the print settings for RadGridView.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public class GridPrintSettings

Inheritance: objectGridPrintSettings

Constructors

Initializes a new instance of the GridPrintSettings class.

C#
public GridPrintSettings()

Properties

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

C#
public Color AlternatingRowColor { get; set; }

Gets or sets the default color of all borders.

C#
public Color BorderColor { get; set; }

Gets or sets the default back color for data cells.

C#
public Color CellBackColor { get; set; }

Gets or sets the font used for data cells.

C#
public Font CellFont { get; set; }

Gets or sets the default padding for all cells.

C#
public Padding CellPadding { get; set; }

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

C#
public ChildViewPrintMode ChildViewPrintMode { get; set; }

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

C#
public PrintFitWidthMode FitWidthMode { get; set; }

Gets or sets the default back color of group rows.

C#
public Color GroupRowBackColor { get; set; }

Gets or sets the font used for group cells.

C#
public Font GroupRowFont { get; set; }

Gets or sets the default back color of header cells.

C#
public Color HeaderCellBackColor { get; set; }

Gets or sets the font used for header cells.

C#
public Font HeaderCellFont { get; set; }

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

C#
public int HierarchyIndent { get; set; }

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

C#
public bool PrintAllPages { get; set; }
Property Value:

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

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

C#
public bool PrintAlternatingRowColor { get; set; }

Gets or sets a value indicating whther grouping is printed.

C#
public bool PrintGrouping { get; set; }

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

C#
public bool PrintHeaderOnEachPage { get; set; }

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

C#
public bool PrintHiddenColumns { get; set; }

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

C#
public bool PrintHiddenRows { get; set; }

Gets or sets a value indicating whether hierarchy is printed.

C#
public bool PrintHierarchy { get; set; }

Gets or sets a value indicating whether summaries are printed.

C#
public bool PrintSummaries { get; set; }

Gets or sets the default back color of summary cells.

C#
public Color SummaryCellBackColor { get; set; }

Gets or sets the font used for summary cells.

C#
public Font SummaryCellFont { get; set; }