Enum
ChildViewExportMode

Determines how the export handles child views when exporting hierarchy.

Definition

Namespace:Telerik.WinControls.UI.Export

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public enum ChildViewExportMode

Fields

ExportAllViews

In this mode all child views are exported. Available in GridViewSpreadExport and GridViewPdfExport.

Declaration

cs-api-definition
ExportAllViews = 3

Field Value

ChildViewExportMode

ExportCurrentlyActiveView

Exports the view that is active in the grid.

Declaration

cs-api-definition
ExportCurrentlyActiveView = 1

Field Value

ChildViewExportMode

ExportFirstView

Always exports the first view.

Declaration

cs-api-definition
ExportFirstView = 0

Field Value

ChildViewExportMode

SelectViewToExport

In this mode the ChildViewExporing event is fired. The event allows to choose the view to export in row by row basis.

Declaration

cs-api-definition
SelectViewToExport = 2

Field Value

ChildViewExportMode