DashesTypeConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Method
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
Declaration
public override object ConvertFrom(
ITypeDescriptorContext context,
CultureInfo culture,
object objectValue
)
Parameters
| Name | Type |
|---|---|
| context | ITypeDescriptorContext |
| culture | CultureInfo |
| objectValue | System.Object |
Returns
| Type |
|---|
| System.Object |
See Also