WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridRangeInfoListConverter - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridRangeInfoListConverter

    GridRangeInfoListConverter is a class that can be used to convert a range list to a string or vice versa. Access this class through the TypeDescriptor.

    Inheritance
    System.Object
    GridRangeInfoListConverter
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridRangeInfoListConverter : TypeConverter

    Constructors

    GridRangeInfoListConverter()

    Declaration
    public GridRangeInfoListConverter()

    Methods

    CanConvertFrom(ITypeDescriptorContext, Type)

    Returns whether this converter can convert an object of the given type to the GridRangeInfoList type, using the specified context.

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

    Format context.

    System.Type sourceType

    The type you want to convert from.

    Returns
    Type Description
    System.Boolean

    true if this converter can perform the conversion; otherwise, false.

    ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)

    Converts the given object to the GridRangeInfoList type, using the specified context and culture information.

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

    Format context.

    System.Globalization.CultureInfo culture

    Current culture information.

    System.Object value

    The System.Object to convert.

    Returns
    Type Description
    System.Object

    An System.Object that represents the converted rangelist.

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