alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class EnumarableWrapperList

    Inheritance
    System.Object
    EnumarableWrapperList
    Implements
    System.ComponentModel.ITypedList
    Namespace: Syncfusion.Windows.GridCommon
    Assembly: Syncfusion.GridCommon.WPF.dll
    Syntax
    public class EnumarableWrapperList : ArrayList, ITypedList

    Constructors

    EnumarableWrapperList(IEnumerable)

    Declaration
    public EnumarableWrapperList(IEnumerable enumerable)
    Parameters
    Type Name Description
    System.Collections.IEnumerable enumerable

    Methods

    GetItemProperties(PropertyDescriptor[])

    Declaration
    public PropertyDescriptorCollection GetItemProperties(PropertyDescriptor[] listAccessors)
    Parameters
    Type Name Description
    System.ComponentModel.PropertyDescriptor[] listAccessors
    Returns
    Type
    System.ComponentModel.PropertyDescriptorCollection

    GetListName(PropertyDescriptor[])

    Declaration
    public string GetListName(PropertyDescriptor[] listAccessors)
    Parameters
    Type Name Description
    System.ComponentModel.PropertyDescriptor[] listAccessors
    Returns
    Type
    System.String

    Implements

    System.ComponentModel.ITypedList
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved