MappingConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Method
Attempts to convert a specified object to a Mapping instance.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public override object ConvertFrom(
ITypeDescriptorContext context,
CultureInfo culture,
object value
)
Parameters
Name | Type | Description |
---|---|---|
context | ITypeDescriptorContext | Describes the context information of a type. |
culture | CultureInfo | Culture specific information that should be respected during conversion. |
value | Object | The object to convert. |
Returns
Type | Description |
---|---|
Object | The Mapping instance that the converter creates from the source value. |
See Also