New to Telerik UI for WinFormsStart a free 30-day trial

Determines how child views are printed when printing hierarchy.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public enum ChildViewPrintMode

Fields

Prints the view that is active in the grid.

C#
PrintCurrentlyActiveView = 1

Always prints the first view.

C#
PrintFirstView = 0

In this mode the ChildViewPrinting event is fired. The event allows to choose the view to export on a row by row basis.

C#
SelectViewToPrint = 2