Skip to main content

ValueSeparator(Char, String) Constructor

Initializes a new instance of the ValueSeparator class with the specified settings.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public ValueSeparator(
    char value,
    string displayName
)

Parameters

Name Type Description
value Char

A Char structure. This property is assigned to the ValueSeparator.Value property.

displayName String

A String value. This property is assigned to the ValueSeparator.DisplayName property.

See Also