Click or drag to resize
GridExportSettings Class
Inheritance Hierarchy
SystemObject
  ObjectWithState
    Kettic.AspNet.ControlsGridExportSettings

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class GridExportSettings : ObjectWithState

The GridExportSettings type exposes the following members.

Constructors
  NameDescription
Public methodGridExportSettings
Top
Properties
  NameDescription
Public propertyCsv
Public propertyExcel
Public propertyExportOnlyData
Determine whether only export the data. The default value is false.
Public propertyFileName
The file name that will be created(excluding the extension), the file extension will be added automatically when calling the method.
Public propertyHideStructureColumns
Decide whether to export structure column (row indicator and expand column).
Public propertyIgnorePaging
Decide to export all data or only the current page.
Public propertyOpenInNewWindow
Public propertyPdf
Top
See Also