Skip to main content
All docs
V25.2
  • 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 System.Object
    targetType Type
    parameter System.Object
    culture CultureInfo

    Returns

    Type
    System.Object

    Implements

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