Skip to main content

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.v24.1.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public ValueSeparator(
    char value
)

Parameters

Name Type Description
value Char

A Char structure.

See Also