ClassViewModeToBitmapIconUriSourceConverter
Definition
Namespace:Telerik.UI.Xaml.Controls.Scheduler
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class ViewModeToBitmapIconUriSourceConverter : IValueConverter
Inheritance: objectViewModeToBitmapIconUriSourceConverter
Implements:
Constructors
ViewModeToBitmapIconUriSourceConverter()
Declaration
public ViewModeToBitmapIconUriSourceConverter()
Methods
Convert(object, Type, object, string)
Converts a ViewDefinitionBase to a Uri used for the BitmapIconSource of the respective ViewDefinition's button icon.
Declaration
public object Convert(object value, Type targetType, object parameter, string language)
Parameters
value
The source data being passed to the target.
targetType
The Type of data expected by the target dependency property.
parameter
An optional parameter to be used in the converter logic.
language
The language of the conversion.
Returns
String that represents the display name of each resource with a comma-separator.
ConvertBack(object, Type, object, string)
Converts a value.
Declaration
public object ConvertBack(object value, Type targetType, object parameter, string language)
Parameters
value
The value that is produced by the binding target.
targetType
The type to convert to.
parameter
The converter parameter to use.
language
The language of the conversion.
Returns
A converted value.
Remarks
This method is not implemented. Throws NotImplementedException.