ISchedulerMappingConverter.ConvertBack(Object, Type, Object) Method
Converts a value.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
Declaration
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