Gets a converter to transform the value, returned by the Value property to a string and vice-versa. If the converter successfully parses the string, the resulting value will be passed to the Value method.

Namespace: Dapfor.Wpf.Data
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public IValueConverter ValueConverter { get; }
Visual Basic
Public ReadOnly Property ValueConverter As IValueConverter
	Get
Visual C++
public:
virtual property IValueConverter^ ValueConverter {
	IValueConverter^ get () sealed;
}
F#
abstract ValueConverter : IValueConverter with get
override ValueConverter : IValueConverter with get

Property Value

Type: IValueConverter
The format.

Implements

IDataField..::..ValueConverter

See Also