CustomPropertyInfo
Class
Represents information about a custom property.
Definition
Namespace:Telerik.Windows.Persistence.Services
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public class CustomPropertyInfo
Inheritance: objectCustomPropertyInfo
Constructors
Initializes a new instance of the CustomPropertyInfo class.
C#
public CustomPropertyInfo()
Initializes a new instance of the CustomPropertyInfo class.
Properties
Gets or sets a value indicating whether creating an instance is allowed.
C#
public bool AllowCreateInstance { get; set; }
True if creating an instance is allowed otherwise, an instance has to be provided.
Gets or sets the property name.
C#
public string Name { get; set; }
The property name.
Gets or sets the property type.
C#
public Type PropertyType { get; set; }
The property type.