[]
Converts the GrapeCity.Viewer.Common.ViewModel.FindStatus to a Visibility value.
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
| Type | Name | Description |
|---|---|---|
| object | value | The source data being passed to the target, expected to be of type GrapeCity.Viewer.Common.ViewModel.FindStatus. |
| Type | targetType | The Type of data expected by the target dependency property. |
| object | parameter | An optional parameter to be used in the converter logic. |
| CultureInfo | culture | The culture of the conversion. |
| Type | Description |
|---|---|
| object | A Visibility value indicating whether the message should be visible or hidden. |