menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DynamicProperty - Xamarin.Forms 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.DataSource
    Assembly: Syncfusion.DataSource.Portable.dll
    Syntax
    public class DynamicProperty : Object

    Constructors

    DynamicProperty(String, Type)

    Initializes a new instance of the DynamicProperty class.

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

    Represents the property name.

    System.Type type

    Represents the type of the property.

    Properties

    Name

    Gets the property name.

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

    Type

    Gets the property type.

    Declaration
    public Type Type { get; }
    Property Value
    Type
    System.Type
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved