Class DynamicProperty
Class that creates the dynamic property for the given name and type.
Inheritance
System.Object
DynamicProperty
Namespace: Syncfusion.Maui.DataSource
Assembly: Syncfusion.Maui.DataSource.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 |