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

ValueSeparator(Char) Constructor

Initializes a new instance of the ValueSeparator class with the specified value separator.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v20.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public ValueSeparator(
    char value
)

Parameters

Name Type Description
value Char

A Char structure.

See Also