Enum
PrintFitWidthMode

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.

Declaration

cs-api-definition
FitPageWidth = 0

Field Value

PrintFitWidthMode

NoFit

The column widths will not be changed.

Declaration

cs-api-definition
NoFit = 2

Field Value

PrintFitWidthMode

NoFitCentered

The column widths will not be changed but the grid will be centered on the page.

Declaration

cs-api-definition
NoFitCentered = 1

Field Value

PrintFitWidthMode

In this article
DefinitionFieldsFitPageWidthNoFitNoFitCentered
Not finding the help you need?
Contact Support