ComponentOne List for WinForms
C1.Win.C1List Namespace / PrintInfo.PageBreaksEnum Enumeration

In This Topic
    PrintInfo.PageBreaksEnum Enumeration
    In This Topic
    Specifies how grid is broken into extension (horizontal) pages when it is too wide to fit into one page.
    Syntax
    'Declaration
     
    
    Public Enum PrintInfo.PageBreaksEnum 
       Inherits System.Enum
    public enum PrintInfo.PageBreaksEnum : System.Enum 
    Members
    MemberDescription
    ClipInAreaColumns that do not fit into one page are clipped.
    FitIntoAreaAll columns are made narrow enough to fit into one page.
    OnColumnHorizontal page breaks can be inserted on any column as necessary.
    OnSplitHorizontal page breaks can be inserted on grid splits as necessary.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1List.PrintInfo.PageBreaksEnum

    See Also