alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class PropertyInfoCollection

    Determines the set of properties and their information.

    Inheritance
    System.Object
    PropertyInfoCollection
    Namespace: Syncfusion.DataSource.Extensions
    Assembly: Syncfusion.DataSource.WinForms.dll
    Syntax
    public class PropertyInfoCollection : Dictionary<string, PropertyInfo>

    Constructors

    PropertyInfoCollection()

    Initializes a new instance of the PropertyInfoCollection class.

    Declaration
    public PropertyInfoCollection()

    PropertyInfoCollection(Type)

    Initializes a new instance of the PropertyInfoCollection class.

    Declaration
    public PropertyInfoCollection(Type type)
    Parameters
    Type Name Description
    System.Type type

    Represents the type of the property.

    Properties

    Empty

    Gets the empty collection.

    Declaration
    public static PropertyInfoCollection Empty { get; }
    Property Value
    Type
    PropertyInfoCollection

    Type

    Gets the property type.

    Declaration
    public Type Type { get; }
    Property Value
    Type
    System.Type

    Extension Methods

    PropertyInfoExtensions.GetPropertyInfo(PropertyInfoCollection, String)
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved