Skip to main content

AgendaAppointmentPositionToConverterBase<T>.ConvertBack(Object, Type, Object, CultureInfo) Method

For internal use.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public object ConvertBack(
    object value,
    Type targetType,
    object parameter,
    CultureInfo culture
)

Parameters

Name Type
value Object
targetType Type
parameter Object
culture CultureInfo

Returns

Type
Object

Implements

Microsoft.Maui.Controls.IValueConverter.ConvertBack(Object, Type, Object, CultureInfo)
See Also