ClassPropertyStorePropertyDescriptor
A descriptor for the PropertyStoreItem used in the RadPropertyStore.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class PropertyStorePropertyDescriptor : PropertyDescriptor
Inheritance: objectMemberDescriptorPropertyDescriptorPropertyStorePropertyDescriptor
Inherited Members
Constructors
PropertyStorePropertyDescriptor(PropertyStoreItem)
Creates a new instance of the PropertyStorePropertyDescriptor.
Declaration
public PropertyStorePropertyDescriptor(PropertyStoreItem item)
Parameters
item
The item this descriptor would represent.
Properties
ComponentType
Gets the type of component this descriptor is used for.
Declaration
public override Type ComponentType { get; }
Property Value
Overrides
IsReadOnly
Gets a value indicating whether the current item is read only.
Declaration
public override bool IsReadOnly { get; }
Property Value
Overrides
PropertyType
Gets the type of the current item.
Declaration
public override Type PropertyType { get; }
Property Value
Overrides
Methods
CanResetValue(object)
Returns a value indicating if Reset can be performed for this item.
GetValue(object)
Gets the value of the current item.
ResetValue(object)
Resets the value of the current item to its initial value.
Declaration
public override void ResetValue(object component)
Parameters
component
Overrides
SetValue(object, object)
Sets a new value to the current item.
The value to be set to the current item.ShouldSerializeValue(object)
Gets a value indicating whether the value should be serialized.