ValueSeparator Constructors
A ViewModel for elements of a look-up editor that enables selecting a value separator on the Specify Import Settings wizard page.Name | Parameters | Description |
---|---|---|
ValueSeparator() | none | Initializes a new instance of the ValueSeparator class with the default settings. |
ValueSeparator(Char, String) | value, displayName | Initializes a new instance of the ValueSeparator class with the specified settings. |
ValueSeparator(Char) | value | Initializes a new instance of the ValueSeparator class with the specified value separator. |
See Also