RadControls for Silverlight

The GridViewCsvExportOptions type exposes the following members.

Properties

  NameDescription
Public propertyColumnDelimiter
The string that will separate cells.

Remarks

The UseSystemCultureSeparator property overrides this one.
Public propertyCulture
Export culture.
(Inherited from GridViewExportOptions.)
Public propertyEncoding
Export encoding.
(Inherited from GridViewExportOptions.)
Public propertyFormat
Export format.
(Overrides GridViewExportOptions..::..Format.)
Public propertyItems
Items to be exported.
(Inherited from GridViewExportOptions.)
Public propertyRowDelimiter
The string that will separate rows.
Public propertyShowColumnFooters
Include column footers on export.
(Inherited from GridViewExportOptions.)
Public propertyShowColumnHeaders
Include column headers on export.
(Inherited from GridViewExportOptions.)
Public propertyShowGroupFooters
Include group footers on export.
(Inherited from GridViewExportOptions.)
Public propertyUseSystemCultureSeparator
If set, the RadGridView will use the system List Separator string, specified in Control Panel's Regional Options, to separate cells.

Remarks

This property overrides the ColumnDelimiterr property.

See Also