Class ItemPropertyInfo
Inheritance
System.Object
ItemPropertyInfo
Namespace: Telerik.Data.Core
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ItemPropertyInfo : Object
Constructors
ItemPropertyInfo(String, Type, Object)
Declaration
public ItemPropertyInfo(string name, Type type, object descriptor)
Parameters
|
System.String
name
|
|
System.Type
type
|
|
System.Object
descriptor
|
Properties
Descriptor
Declaration
public object Descriptor { get; }
Property Value
|
System.Object
|
Name
Declaration
public string Name { get; }
Property Value
|
System.String
|
PropertyType
Declaration
public Type PropertyType { get; }
Property Value
|
System.Type
|