[]
        
(Showing Draft Content)

C1.C1Preview.RenderTable.ColsSplitBehavior

ColsSplitBehavior Property

ColsSplitBehavior

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

The default is Never.

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