Class XPUserEntryButtonTypeConverter
Inheritance
System.Object
XPUserEntryButtonTypeConverter
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class XPUserEntryButtonTypeConverter : TypeConverter
Constructors
XPUserEntryButtonTypeConverter()
Declaration
public XPUserEntryButtonTypeConverter()
Methods
CanConvertTo(ITypeDescriptorContext, Type)
Declaration
public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
Parameters
Type |
Name |
Description |
System.ComponentModel.ITypeDescriptorContext |
context |
|
System.Type |
destinationType |
|
Returns
ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
Declaration
public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
Parameters
Type |
Name |
Description |
System.ComponentModel.ITypeDescriptorContext |
context |
|
System.Globalization.CultureInfo |
culture |
|
System.Object |
value |
|
System.Type |
destinationType |
|
Returns