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

ChooseFileOptionsPage.ValueSeparators Property

Provides access to value separators available on a wizard page.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

public IEnumerable<ValueSeparator> ValueSeparators { get; }

Property Value

Type Description
IEnumerable<ValueSeparator>

A collection of ValueSeparator objects.

See Also