Class
ItemPropertyInfo

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.

Declaration

cs-api-definition
public ItemPropertyInfo(string name, Type type, object descriptor)

Parameters

name

string

The name of the property.

type

Type

The type of the property.

descriptor

object

An object that contains additional information about the property.

Properties

Descriptor

Get an object that contains additional information about the property.

Declaration

cs-api-definition
public object Descriptor { get; }

Property Value

object

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

string

The name of the property.

PropertyType

Gets the type of the property.

Declaration

cs-api-definition
public Type PropertyType { get; }

Property Value

Type

The type of the property.