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.
|
System.
|
System.
|
Properties
Descriptor
Declaration
public object Descriptor { get; }
Property Value
System.
|
Name
Declaration
public string Name { get; }
Property Value
System.
|
PropertyType
Declaration
public Type PropertyType { get; }
Property Value
System.
|