Skip to main content

ISchedulerMappingConverter.ConvertBack(Object, Type, Object) Method

Converts a value.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

object ConvertBack(
    object obj,
    Type targetType,
    object parameter
)

Parameters

Name Type Description
obj Object

The value produced by the conversion source.

targetType Type

The type to convert to.

parameter Object

A conversion context used by a converter, such as the Appointment instance.

Returns

Type Description
Object

The converted value.

See Also