Class CustomPropertyInfo
Represents information about a custom property.
Inheritance
Namespace: Telerik.Windows.Persistence.Services
Assembly: Telerik.Windows.Controls.dll
Syntax
public class CustomPropertyInfo : Object
Constructors
CustomPropertyInfo()
CustomPropertyInfo(String, Type)
Initializes a new instance of the CustomPropertyInfo class.
Declaration
public CustomPropertyInfo(string propertyName, Type propertyType)
Parameters
System.String
propertyName
Name of the property. |
System.Type
propertyType
Type of the property. |
Properties
AllowCreateInstance
Gets or sets a value indicating whether creating an instance is allowed.
Declaration
public bool AllowCreateInstance { get; set; }
Property Value
System.Boolean
|
Name
Gets or sets the property name.
Declaration
public string Name { get; set; }
Property Value
System.String
The property name. |
PropertyType
Gets or sets the property type.
Declaration
public Type PropertyType { get; set; }
Property Value
System.Type
The property type. |
TreatAsUI
Gets or sets whether this property will be treated as UI property.
Declaration
public bool TreatAsUI { get; set; }
Property Value
System.Boolean
|