WinForms

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

    Show / Hide Table of Contents

    Class GridGroupOptionsStyleInfoConverter

    The type converter for GridGroupOptionsStyleInfo objects. GridGroupOptionsStyleInfoConverter is a StyleInfoBaseConverter. It overrides the ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) method and returns a string with descriptive information about the properties that were set in the GridGroupOptionsStyleInfo object.

    Inheritance
    System.Object
    StyleInfoBaseConverter
    GridGroupOptionsStyleInfoConverter
    Inherited Members
    StyleInfoBaseConverter.GetPropertiesSupported(ITypeDescriptorContext)
    StyleInfoBaseConverter.CanConvertTo(ITypeDescriptorContext, Type)
    StyleInfoBaseConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
    Namespace: Syncfusion.Windows.Forms.Grid.Grouping
    Assembly: Syncfusion.Grid.Grouping.Windows.dll
    Syntax
    public class GridGroupOptionsStyleInfoConverter : StyleInfoBaseConverter

    Constructors

    GridGroupOptionsStyleInfoConverter()

    Default Constructor.

    Declaration
    public GridGroupOptionsStyleInfoConverter()

    Methods

    ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)

    Converts the given value object to the specified destination type using the specified context and arguments.

    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

    The value to convert.

    System.Type destinationType

    The type to convert to.

    Returns
    Type Description
    System.Object

    Converted object.

    Overrides
    StyleInfoBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved