Skip to main content

TextExportOptionsBase.Separator Property

Gets or sets the symbol(s) to separate text elements when grid data is exported to a text-based file.

Namespace: DevExpress.Mobile.Export

Assembly: DevExpress.Mobile.Core.v18.2.dll

Declaration

[XtraSerializableProperty]
public string Separator { get; set; }

Property Value

Type Description
String

A string used as a separator.

Property Paths

You can access this nested property as listed below:

Object Type Path to Separator
GridControl
.OptionsExportCsv.Separator

Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

See Also