alexa

    Show / Hide Table of Contents

    Class SummaryDescriptorTypeConverter

    The type converter for SummaryDescriptor objects. SummaryDescriptorTypeConverter is a DescriptorBaseConverter. It overrides the default behavior of the ConvertTo method and adds support for design-time code serialization.

    Inheritance
    System.Object
    DescriptorBaseConverter
    SummaryDescriptorTypeConverter
    Inherited Members
    DescriptorBaseConverter.CanConvertTo(ITypeDescriptorContext, Type)
    DescriptorBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
    Namespace: Syncfusion.Grouping
    Assembly: Syncfusion.Grouping.Base.dll
    Syntax
    public class SummaryDescriptorTypeConverter : DescriptorBaseConverter

    Constructors

    SummaryDescriptorTypeConverter()

    Declaration
    public SummaryDescriptorTypeConverter()

    Methods

    GetProperties(ITypeDescriptorContext, Object, Attribute[])

    Returns a collection of properties for the specified object 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 System.Attribute objects that will be used as a filter.

    Returns
    Type Description
    System.ComponentModel.PropertyDescriptorCollection

    A collection of properties.

    Back to top Generated by DocFX