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