EnumPrintFitWidthMode
Enum
Determines how the RadGridView column widths will be set when printing.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public enum PrintFitWidthMode
Fields
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.