[]
Represents a converter for showing or hiding the 'The word or phrase was not found in the current report' message on the search panel.
public class FindStatusToMessageVisibilityConverter : IValueConverter
Name | Description |
---|---|
FindStatusToMessageVisibilityConverter() |
Name | Description |
---|---|
Convert(object, Type, object, CultureInfo) | Converts the GrapeCity.Viewer.Common.ViewModel.FindStatus to a Visibility value. |
ConvertBack(object, Type, object, CultureInfo) | Converts the Visibility value back to the GrapeCity.Viewer.Common.ViewModel.FindStatus. |