Click or drag to resize
GridCsvSettings Class
Inheritance Hierarchy
SystemObject
  ObjectWithState
    Kettic.AspNet.ControlsGridCsvSettings

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 GridCsvSettings : ObjectWithState

The GridCsvSettings type exposes the following members.

Constructors
  NameDescription
Public methodGridCsvSettings
Top
Properties
  NameDescription
Public propertyColumnDelimiter
Gets or set the column delimiter when export grid as CSV.
Public propertyFileExtension
Gets or sets the file extension when exported grid as CSV name, the default is "csv".
Public propertyRowDelimiter
Gets or set the row delimiter when export grid as CSV.
Top
See Also