A descriptor for the PropertyStoreItem used in the RadPropertyStore.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class PropertyStorePropertyDescriptor : PropertyDescriptor
Inheritance: objectMemberDescriptorPropertyDescriptorPropertyStorePropertyDescriptor
Inherited Members
Constructors
Creates a new instance of the PropertyStorePropertyDescriptor.
C#
public PropertyStorePropertyDescriptor(PropertyStoreItem item)
The item this descriptor would represent.
Properties
Gets the type of component this descriptor is used for.
C#
public override Type ComponentType { get; }
Overrides:
Gets a value indicating whether the current item is read only.
C#
public override bool IsReadOnly { get; }
Overrides:
Gets the type of the current item.
C#
public override Type PropertyType { get; }
Overrides:
Methods
Resets the value of the current item to its initial value.