Enum PagingExportOption
Determines how the exporter exports data when paging is enabled.
Namespace: Telerik.WinControls.UI.Export
Assembly: Telerik.WinControls.GridView.dll
Syntax
public enum PagingExportOption
AllPages
The exporter will export the data from all pages.
CurrentPageOnly
The exporter will export only the data on the current page.