ClassItemPropertyInfo
Class
Contains information about a property.
Definition
Namespace:Telerik.Data.Core
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class ItemPropertyInfo
Inheritance: objectItemPropertyInfo
Constructors
ItemPropertyInfo(string, Type, object)
Initializes a new instance of the ItemPropertyInfo class.
Properties
Descriptor
Get an object that contains additional information about the property.
Declaration
cs-api-definition
public object Descriptor { get; }
Property Value
An object that contains additional information about the property.
Name
Gets the name of the property.
Declaration
cs-api-definition
public string Name { get; }
Property Value
The name of the property.
PropertyType
Gets the type of the property.
Declaration
cs-api-definition
public Type PropertyType { get; }
Property Value
The type of the property.