Skip to main content

ChooseFileOptionsPageView.DetectNewlineType Event

Occurs when the state of the Detect automatically check box for the Newline type option is changed.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

Declaration

public event EventHandler DetectNewlineType

Event Data

The DetectNewlineType event's data class is EventArgs.

Remarks

The Detect automatically check box for the Newline type option specifies whether to automatically determine the line break type in the CSV file.

See Also