PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / RenderIndex Class / EntrySplitBehavior Property

In This Topic
    EntrySplitBehavior Property (RenderIndex)
    In This Topic
    Determines how a single entry can split vertically. This property applies to entries at all levels.

    The default is SplitBehaviorEnum.SplitIfLarge.

    Syntax
    'Declaration
     
    Public Property EntrySplitBehavior As SplitBehaviorEnum
    public SplitBehaviorEnum EntrySplitBehavior {get; set;}
    See Also