Class SelectedCardConverter
Convert the card names into String type.
Inheritance
System.Object
SelectedCardConverter
Assembly: Syncfusion.Shared.Base.dll
public class SelectedCardConverter : StringConverter
Constructors
Declaration
public SelectedCardConverter()
Methods
GetStandardValues(ITypeDescriptorContext)
Gets the Cards name as System.ComponentModel.TypeConverter.StandardValuesCollection
Declaration
public override TypeConverter.StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
Parameters
Type |
Name |
Description |
System.ComponentModel.ITypeDescriptorContext |
context |
|
Returns
Type |
System.ComponentModel.TypeConverter.StandardValuesCollection |
GetStandardValuesExclusive(ITypeDescriptorContext)
Declaration
public override bool GetStandardValuesExclusive(ITypeDescriptorContext context)
Parameters
Type |
Name |
Description |
System.ComponentModel.ITypeDescriptorContext |
context |
|
Returns
GetStandardValuesSupported(ITypeDescriptorContext)
Declaration
public override bool GetStandardValuesSupported(ITypeDescriptorContext context)
Parameters
Type |
Name |
Description |
System.ComponentModel.ITypeDescriptorContext |
context |
|
Returns