[]
        
(Showing Draft Content)

C1.C1Preview.RenderTable.RowsSplitBehavior

RowsSplitBehavior Property

RowsSplitBehavior

Gets or sets a value determining how a table row is treated when it is too high to fit in the vertical space available on the current page. (you can override this value for individual rows using SplitBehavior property).

The default is Never.

Declaration
public SplitBehaviorEnum RowsSplitBehavior { get; set; }
See Also