Skip to main content
A newer version of this page is available. .

ChooseFileOptionsPageView.SetValueSeparator(Char) Method

Changes the entry selected in the Value separator editor.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

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

Declaration

public void SetValueSeparator(
    char separator
)

Parameters

Name Type Description
separator Char

A character used to separate values in the selected CSV file.

See Also