Class
RecurrenceStateIsOccurenceToVisibilityConverter

Value converter - converts RecurrenceState.Occurrence to Visibility.Visible otherwise Visibility.Collapsed.

Definition

Namespace:Telerik.UI.Xaml.Controls

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class RecurrenceStateIsOccurenceToVisibilityConverter : IValueConverter

Inheritance: objectRecurrenceStateIsOccurenceToVisibilityConverter

Implements: IValueConverter

Constructors

RecurrenceStateIsOccurenceToVisibilityConverter()

Declaration

cs-api-definition
public RecurrenceStateIsOccurenceToVisibilityConverter()

Methods

Convert(object, Type, object, string)

Converts RecurrenceState.Occurrence to Visibility.Visible otherwise Visibility.Collapsed.

Declaration

cs-api-definition
public object Convert(object value, Type targetType, object parameter, string language)

Parameters

value

object

RecurrenceState.

targetType

Type

This parameter is not used.

parameter

object

This parameter is not used.

language

string

The language of the conversion.

Returns

object

Visibility based on the value parameter.

ConvertBack(object, Type, object, string)

Converts a value.

Declaration

cs-api-definition
public object ConvertBack(object value, Type targetType, object parameter, string language)

Parameters

value

object

The value that is produced by the binding target.

targetType

Type

The type to convert to.

parameter

object

The converter parameter to use.

language

string

The language of the conversion.

Returns

object

A converted value.

Remarks

This method is not implemented. Throws NotImplementedException.