ExtendedDataGridView ShowCsvExport Property CleanCode C# Libraries v1.2.03 API
Gets or sets a value indicating whether to show CSV export on the context menu.

Namespace: CleanCode.DataGridViewControls
Assembly: CleanCode.DataGridViewControls (in CleanCode.DataGridViewControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public ExtendedDataGridView..::..CsvExportChoice ShowCsvExport { get; set; }

Field Value

The always show CSV export. Default is Never because the implementation does not conform to the CSV standard.
Remarks

When set to WhenNeeded it will appear only if Excel is not available.
See Also