[]
        
(Showing Draft Content)

C1.C1Preview.RenderArea.HeaderVert

HeaderVert Property

HeaderVert

Gets or sets a RenderObject that is repeated on all pages (or columns) if the current render area is split vertically when it is too high to fit on a single page.

Declaration
public RenderObject HeaderVert { get; set; }
Remarks

The specified render object should not be a child of another render object. It can be a child of the current render area; if it is not, it will be added to the current render area's Children collection.