Gets the converter parameter used by the IValueConverter defined by the EditorValueConverter property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public Object EditorValueConverterParameter { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property EditorValueConverterParameter As Object |
An object specifying the parameter of the editor converter.
See Also