Class ControlBindingsConverter
Inheritance
System.Object
ControlBindingsConverter
Assembly: Syncfusion.Shared.Base.dll
public class ControlBindingsConverter : TypeConverter
Constructors
Declaration
public ControlBindingsConverter()
Methods
GetProperties(ITypeDescriptorContext, Object, Attribute[])
Declaration
public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
Parameters
Type |
Name |
Description |
System.ComponentModel.ITypeDescriptorContext |
context |
|
System.Object |
value |
|
System.Attribute[] |
attributes |
|
Returns
Type |
System.ComponentModel.PropertyDescriptorCollection |
GetPropertiesSupported(ITypeDescriptorContext)
Declaration
public override bool GetPropertiesSupported(ITypeDescriptorContext context)
Parameters
Type |
Name |
Description |
System.ComponentModel.ITypeDescriptorContext |
context |
|
Returns