Enum PrintFitWidthMode
Determines how the RadGridView column widths will be set when printing.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public enum PrintFitWidthMode
FitPageWidth
The total column width will be resized to mach the page width while preserving the individual column width ratios.
NoFit
The column widths will not be changed.
NoFitCentered
The column widths will not be changed but the grid will be centered on the page.