Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DynamicProperty - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DynamicProperty

    Class that creates the dynamic property for the given name and type.

    Inheritance
    System.Object
    DynamicProperty
    Namespace: Syncfusion.Data
    Assembly: Syncfusion.Data.Portable.dll
    Syntax
    public class DynamicProperty : Object

    Constructors

    DynamicProperty(String, Type)

    Initializes a new instance of DynamicProperty class.

    Declaration
    public DynamicProperty(string name, Type type)
    Parameters
    Type Name Description
    System.String name

    The name of the property.

    System.Type type

    The type of the property.

    Properties

    Name

    Gets the name of the property.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    System.String

    The name of the property.

    Type

    Gets the type of the property.

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

    The type of the property.

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