Class RelationDescriptorTypeConverter
The type converter for RelationDescriptor objects. RelationDescriptorTypeConverter is a DescriptorBaseConverter. It overrides the default behavior of the ConvertTo method and adds support for design-time code serialization.
Inheritance
System.Object
RelationDescriptorTypeConverter
Inherited Members
Namespace: Syncfusion.Grouping
Assembly: Syncfusion.Grouping.Base.dll
Syntax
public class RelationDescriptorTypeConverter : DescriptorBaseConverter
Constructors
RelationDescriptorTypeConverter()
Declaration
public RelationDescriptorTypeConverter()
Methods
GetProperties(ITypeDescriptorContext, Object, Attribute[])
Returns a collection of properties for the specified type.
Declaration
public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.ITypeDescriptorContext | context | Format context. |
System.Object | value | Object type. |
System.Attribute[] | attributes | An array of objects of type System.Attribute that will be used as a filter. |
Returns
Type | Description |
---|---|
System.ComponentModel.PropertyDescriptorCollection | Property descriptor collection. |