Class CommandSourceConverter
Inherited Members
Namespace: Telerik.WinControls.Commands
Assembly: Telerik.WinControls.dll
Syntax
public class CommandSourceConverter : CommandBaseConverter
Constructors
CommandSourceConverter(Type)
Declaration
public CommandSourceConverter(Type type)
Parameters
System.Type
type
|
Methods
ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)
Declaration
public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
Parameters
System.ComponentModel.ITypeDescriptorContext
context
|
System.Globalization.CultureInfo
culture
|
System.Object
value
|
Returns
System.Object
|
Overrides
ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
Declaration
public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
Parameters
System.ComponentModel.ITypeDescriptorContext
context
|
System.Globalization.CultureInfo
culture
|
System.Object
value
|
System.Type
destinationType
|
Returns
System.Object
|
Overrides
GetStandardValues(ITypeDescriptorContext)
Declaration
public override TypeConverter.StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
Parameters
System.ComponentModel.ITypeDescriptorContext
context
|
Returns
System.ComponentModel.TypeConverter.StandardValuesCollection
|
GetStandardValuesCore(ITypeDescriptorContext, TypeConverter.StandardValuesCollection)
Declaration
public override TypeConverter.StandardValuesCollection GetStandardValuesCore(ITypeDescriptorContext context, TypeConverter.StandardValuesCollection collection)
Parameters
System.ComponentModel.ITypeDescriptorContext
context
|
System.ComponentModel.TypeConverter.StandardValuesCollection
collection
|
Returns
System.ComponentModel.TypeConverter.StandardValuesCollection
|