Skip to main content

IChooseFileOptionsPageView.DetectValueSeparator Event

Occurs when the state of the Detect automatically check box for the Value separator option is changed.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

event EventHandler DetectValueSeparator

Event Data

The DetectValueSeparator event's data class is EventArgs.

Remarks

The Detect automatically check box for the Value separator option specifies whether to automatically determine the character used to separate values in the CSV file.

See Also