Class VisibilityToBooleanConverter
Represents a class for converting Visibility to Boolean
Inheritance
System.Object
    VisibilityToBooleanConverter
  Implements
Windows.UI.Xaml.Data.IValueConverter
  Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public class VisibilityToBooleanConverter : Object, IValueConverter
  Constructors
VisibilityToBooleanConverter()
Declaration
public VisibilityToBooleanConverter()
  Methods
Convert(Object, Type, Object, String)
Converts Visibility to Boolean
Declaration
public object Convert(object value, Type targetType, object parameter, string language)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | value | |
| System.Type | targetType | |
| System.Object | parameter | |
| System.String | language | 
Returns
| Type | 
|---|
| System.Object | 
ConvertBack(Object, Type, Object, String)
Converts the Boolean back to its default form
Declaration
public object ConvertBack(object value, Type targetType, object parameter, string language)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | value | |
| System.Type | targetType | |
| System.Object | parameter | |
| System.String | language | 
Returns
| Type | 
|---|
| System.Object | 
Implements
      Windows.UI.Xaml.Data.IValueConverter