WinForms

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

    Show / Hide Table of Contents

    Class GridStackedHeaderVisibleColumnDescriptorTypeConverter

    Represents the type converter for GridStackedHeaderVisibleColumnDescriptor objects. GridStackedHeaderVisibleColumnDescriptorTypeConverter is a DescriptorBaseConverter. It overrides the default behavior of the ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) method and adds support for design-time code serialization.

    Inheritance
    System.Object
    DescriptorBaseConverter
    GridStackedHeaderVisibleColumnDescriptorTypeConverter
    Namespace: Syncfusion.Windows.Forms.Grid.Grouping
    Assembly: Syncfusion.Grid.Grouping.Windows.dll
    Syntax
    public class GridStackedHeaderVisibleColumnDescriptorTypeConverter : DescriptorBaseConverter

    Constructors

    GridStackedHeaderVisibleColumnDescriptorTypeConverter()

    Declaration
    public GridStackedHeaderVisibleColumnDescriptorTypeConverter()

    Methods

    CanConvertTo(ITypeDescriptorContext, Type)

    Overrides and determines a value indicating whether this object can be converted to the specified type or not.

    Declaration
    public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
    Parameters
    Type Name Description
    System.ComponentModel.ITypeDescriptorContext context

    Format context.

    System.Type destinationType

    The type you want to convert to.

    Returns
    Type Description
    System.Boolean

    True if this conversion is possible; Otherwise False.

    Overrides
    DescriptorBaseConverter.CanConvertTo(ITypeDescriptorContext, Type)

    ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)

    Overrides and converts the given value to the specified type.

    Declaration
    public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
    Parameters
    Type Name Description
    System.ComponentModel.ITypeDescriptorContext context

    Format context.

    System.Globalization.CultureInfo culture

    Current culture information.

    System.Object value

    Value to convert.

    System.Type destinationType

    Target type.

    Returns
    Type Description
    System.Object

    Converted object.

    Overrides
    DescriptorBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)

    GetProperties(ITypeDescriptorContext, Object, Attribute[])

    Overrides and gets the properties for the specified type of the current object.

    Declaration
    public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
    Parameters
    Type Name Description
    System.ComponentModel.ITypeDescriptorContext context

    Format context.

    System.Object value

    Value specifying the type.

    System.Attribute[] attributes

    An array of System.Attribute objects that will be used as a filter.

    Returns
    Type Description
    System.ComponentModel.PropertyDescriptorCollection

    A list of properties.

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