ExtendedDataGridView CsvExportChoice EnumerationCleanCode C# Libraries v1.2.03 API
Enumeration of choices for the CSV Export context menu display.

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

public enum CsvExportChoice
Members

  Member nameValueDescription
WhenNeeded0 Display the CSV Export menu choice iff Excel is not available.
Always1 Always display the CSV Export menu choice.
Never2 Never display the CSV Export menu choice.
See Also