Class CheckNodeConverter
Converter class for setting the filter notification for split button.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Tools.Olap
Assembly: Syncfusion.OlapTools.WPF.dll
Syntax
public class CheckNodeConverter : IValueConverter
Constructors
CheckNodeConverter()
Declaration
public CheckNodeConverter()
Methods
Convert(Object, Type, Object, CultureInfo)
Handles to convert the filtered notification visbility while filtering.
Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | value | The source object being passed to the target. |
| System.Type | targetType | The type to convert to source of Images. |
| System.Object | parameter | The converter parameter to use. |
| System.Globalization.CultureInfo | culture | The culture to use in the converter. |
Returns
| Type | Description |
|---|---|
| System.Object | filtered notification visibility in split button |
ConvertBack(Object, Type, Object, CultureInfo)
Converts a value.
Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | value | The value that is produced by the target. |
| System.Type | targetType | The type to convert to. |
| 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 null, the valid null value is used. |
GetDictionary(Dictionary<String, Boolean>)
Get the dictionary from the "AxisElementBuilder" class, when the filtering can be done.
Declaration
public static void GetDictionary(Dictionary<string, bool> filter)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.Dictionary<System.String, System.Boolean> | filter | Contains the field names and filter list names when filtering. |
RemoveFilter(String)
Get the dictionary from the "AxisElementBuilder" class, when the filtering can be cleared.
Declaration
public static void RemoveFilter(string filter)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | filter | Contains the field names and filter list names when filtering. |