Class InnerObjectConverter
Inheritance
System.Object
InnerObjectConverter
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class InnerObjectConverter : ReferenceConverter
Constructors
InnerObjectConverter(Type)
Declaration
public InnerObjectConverter(Type innerObjectType)
Parameters
System.Type
innerObjectType
|
Methods
GetProperties(ITypeDescriptorContext, Object, Attribute[])
Declaration
public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
Parameters
System.ComponentModel.ITypeDescriptorContext
context
|
System.Object
value
|
System.Attribute[]
attributes
|
Returns
System.ComponentModel.PropertyDescriptorCollection
|
GetPropertiesSupported(ITypeDescriptorContext)
Declaration
public override bool GetPropertiesSupported(ITypeDescriptorContext context)
Parameters
System.ComponentModel.ITypeDescriptorContext
context
|
Returns
System.Boolean
|