Class DropDownButtonSettingsObjectToVisibilityConverter
Represents the converter for DropDownButtonSettings to visibility value.
Inheritance
System.Object
DropDownButtonSettingsObjectToVisibilityConverter
Implements
System.Windows.Data.IValueConverter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.XForms.WPF.ComboBox
Assembly: Syncfusion.SfComboBox.XForms.WPF.dll
Syntax
public class DropDownButtonSettingsObjectToVisibilityConverter : IValueConverter
Constructors
DropDownButtonSettingsObjectToVisibilityConverter()
Declaration
public DropDownButtonSettingsObjectToVisibilityConverter()
Methods
Convert(Object, Type, Object, CultureInfo)
Converts the dropdownbutton settings to actual value for binsding in XAML.
Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | value |
System.Type | targetType | target type |
System.Object | parameter | object as parameter |
System.Globalization.CultureInfo | culture |
Returns
Type | Description |
---|---|
System.Object | convert value |
ConvertBack(Object, Type, Object, CultureInfo)
Converts the target type back to its default type.
Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | object type |
System.Type | targetType | target type |
System.Object | parameter | object as parameter |
System.Globalization.CultureInfo | culture |
Returns
Type | Description |
---|---|
System.Object | convert back value |
Implements
System.Windows.Data.IValueConverter