Class CellGridOptionsToVisibilityConverter
Represents a cell grid options to visibility converter.
Inheritance
System.Object
CellGridOptionsToVisibilityConverter
Implements
Windows.UI.Xaml.Data.IValueConverter
Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public class CellGridOptionsToVisibilityConverter : Object, IValueConverter
Constructors
CellGridOptionsToVisibilityConverter()
Declaration
public CellGridOptionsToVisibilityConverter()
Methods
Convert(Object, Type, Object, String)
Converts the value.
Declaration
public object Convert(object value, Type targetType, object parameter, string language)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | input value |
System.Type | targetType | target type |
System.Object | parameter | input parameter |
System.String | language | input language |
Returns
Type | Description |
---|---|
System.Object | converted value as object |
ConvertBack(Object, Type, Object, String)
Converts the value back into the object
Declaration
public object ConvertBack(object value, Type targetType, object parameter, string language)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | input value |
System.Type | targetType | target type |
System.Object | parameter | input parameter |
System.String | language | input language |
Returns
Type | Description |
---|---|
System.Object | converted value as object |
Implements
Windows.UI.Xaml.Data.IValueConverter