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.DataAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
IValueConverter ValueConverter { get; } |
Visual Basic |
---|
ReadOnly Property ValueConverter As IValueConverter
Get |
Visual C++ |
---|
property IValueConverter^ ValueConverter {
IValueConverter^ get ();
} |
F# |
---|
abstract ValueConverter : IValueConverter with get
|
Property Value
Type:
IValueConverterThe format.
See Also