Class GridPrintSettings
Represents the print settings for RadGridView.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridPrintSettings
Constructors
GridPrintSettings()
Properties
AlternatingRowColor
Gets or sets a value indidcating the alternating row color for odd rows.
Declaration
public Color AlternatingRowColor { get; set; }
Property Value
System.Drawing.Color
|
BorderColor
Gets or sets the default color of all borders.
Declaration
public Color BorderColor { get; set; }
Property Value
System.Drawing.Color
|
CellBackColor
Gets or sets the default back color for data cells.
Declaration
public Color CellBackColor { get; set; }
Property Value
System.Drawing.Color
|
CellFont
Gets or sets the font used for data cells.
Declaration
public Font CellFont { get; set; }
Property Value
System.Drawing.Font
|
CellPadding
Gets or sets the default padding for all cells.
Declaration
public Padding CellPadding { get; set; }
Property Value
System.Windows.Forms.Padding
|
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
ChildViewPrintMode
|
FitWidthMode
Gets or sets a value indicating how the grid is positioned on the printed page.
Declaration
public PrintFitWidthMode FitWidthMode { get; set; }
Property Value
PrintFitWidthMode
|
GroupRowBackColor
Gets or sets the default back color of group rows.
Declaration
public Color GroupRowBackColor { get; set; }
Property Value
System.Drawing.Color
|
GroupRowFont
Gets or sets the font used for group cells.
Declaration
public Font GroupRowFont { get; set; }
Property Value
System.Drawing.Font
|
HeaderCellBackColor
Gets or sets the default back color of header cells.
Declaration
public Color HeaderCellBackColor { get; set; }
Property Value
System.Drawing.Color
|
HeaderCellFont
Gets or sets the font used for header cells.
Declaration
public Font HeaderCellFont { get; set; }
Property Value
System.Drawing.Font
|
HierarchyIndent
Gets or sets a indent in pixels when printing a hierarchical grid.
Declaration
public int HierarchyIndent { get; set; }
Property Value
System.Int32
|
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
System.Boolean
|
PrintAlternatingRowColor
Gets or sets a value indicating whether alternating row color is printed.
Declaration
public bool PrintAlternatingRowColor { get; set; }
Property Value
System.Boolean
|
PrintGrouping
Gets or sets a value indicating whther grouping is printed.
Declaration
public bool PrintGrouping { get; set; }
Property Value
System.Boolean
|
PrintHeaderOnEachPage
Gets or sets a value indicating whether header cells are printed on each page or only on the first.
Declaration
public bool PrintHeaderOnEachPage { get; set; }
Property Value
System.Boolean
|
PrintHiddenColumns
Gets or sets a value indicating whethwe hidden columns are printed.
Declaration
public bool PrintHiddenColumns { get; set; }
Property Value
System.Boolean
|
PrintHiddenRows
Gets or sets a value indicating whether hidden rows are printed.
Declaration
public bool PrintHiddenRows { get; set; }
Property Value
System.Boolean
|
PrintHierarchy
Gets or sets a value indicating whether hierarchy is printed.
Declaration
public bool PrintHierarchy { get; set; }
Property Value
System.Boolean
|
PrintSummaries
Gets or sets a value indicating whether summaries are printed.
Declaration
public bool PrintSummaries { get; set; }
Property Value
System.Boolean
|
SummaryCellBackColor
Gets or sets the default back color of summary cells.
Declaration
public Color SummaryCellBackColor { get; set; }
Property Value
System.Drawing.Color
|
SummaryCellFont
Gets or sets the font used for summary cells.
Declaration
public Font SummaryCellFont { get; set; }
Property Value
System.Drawing.Font
|