WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RelationDescriptorTypeConverter - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    DescriptorBaseConverter
    RelationDescriptorTypeConverter
    GridRelationDescriptorTypeConverter
    Inherited Members
    DescriptorBaseConverter.CanConvertTo(ITypeDescriptorContext, Type)
    DescriptorBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved