Inheritance Hierarchy
SystemObject
ObjectWithState
Kettic.AspNet.ControlsGridCsvSettings
Namespace: Kettic.AspNet.ControlsAssembly: 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
<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public Class GridCsvSettings
Inherits ObjectWithState
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public ref class GridCsvSettings : public ObjectWithState
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
type GridCsvSettings =
class
inherit ObjectWithState
end
The GridCsvSettings type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | ColumnDelimiter |
Gets or set the column delimiter when export grid as CSV.
|
 | FileExtension |
Gets or sets the file extension when exported grid as CSV name, the default is "csv".
|
 | RowDelimiter |
Gets or set the row delimiter when export grid as CSV.
|
Top
See Also