EnumPagingExportOption
Enum
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.
CurrentPageOnly
The exporter will export only the data on the current page.