[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridScaleMode

GridScaleMode Enum

Specifies how the grid content should be scaled to fit the page.

Namespace: C1.Blazor.Grid
Assembly: C1.Blazor.GridControl.dll
Syntax
public enum GridScaleMode

Fields

Name Description
ActualSize

Render the grid in actual size, breaking pages as needed.

PageWidth

Scale the grid so it fits the page width.

Selection

Prints the current selection in actual size, breaking pages as needed.

SinglePage

Scale the grid so it fits on a single page.