ISchedulerMappingConverter.Convert(Object, Type, Object) Method
Converts a value.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
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 DataRowView. |
Returns
| Type | Description |
|---|---|
| Object | The converted value. |
See Also