Enum
PagingExportOption

Determines how the exporter exports data when paging is enabled.

Definition

Namespace:Telerik.WinControls.UI.Export

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public enum PagingExportOption

Fields

AllPages

The exporter will export the data from all pages.

Declaration

cs-api-definition
AllPages = 1

Field Value

PagingExportOption

CurrentPageOnly

The exporter will export only the data on the current page.

Declaration

cs-api-definition
CurrentPageOnly = 0

Field Value

PagingExportOption

In this article
DefinitionFieldsAllPagesCurrentPageOnly
Not finding the help you need?
Contact Support