Class VisibilityConverter
Converter class for "FilterButtonVisibility", list box items in PivotTable Field List.
Inheritance
System.Object
VisibilityConverter
Implements
System.Windows.Data.IMultiValueConverter
Namespace: Syncfusion.Windows.Controls.PivotSchemaDesigner
Assembly: Syncfusion.PivotAnalysis.WPF.dll
Syntax
public class VisibilityConverter : Object, IMultiValueConverter
Constructors
VisibilityConverter()
Declaration
public VisibilityConverter()
Methods
Convert(Object[], Type, Object, CultureInfo)
Converts a value.
Declaration
public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture)
Parameters
Type | Name | Description |
---|---|---|
System.Object[] | values | The values produced by the binding source. |
System.Type | targetType | The type of the binding target property. |
System.Object | parameter | The converter parameter to use. |
System.Globalization.CultureInfo | culture | The culture to use in the converter. |
Returns
Type | Description |
---|---|
System.Object | A converted value. If the method returns "False", the filter button visibility is collapsed. |
ConvertBack(Object, Type[], Object, CultureInfo)
Converts a value.
Declaration
public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | The value produced by the binding source. |
System.Type[] | targetTypes | The type of the binding target property. |
System.Object | parameter | The converter parameter to use. |
System.Globalization.CultureInfo | culture | The culture to use in the converter. |
Returns
Type | Description |
---|---|
System.Object[] | A converted value. If the method returns "False", the filter button visibility is collapsed. |
Implements
System.Windows.Data.IMultiValueConverter