Class PropertyStoreTypeDescriptor
Custom type descriptor for the RadPropertyStore.
Inheritance
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class PropertyStoreTypeDescriptor : CustomTypeDescriptor
Constructors
PropertyStoreTypeDescriptor(RadPropertyStore)
Creates a new instace of the PropertyStoreTypeDescriptor
Declaration
public PropertyStoreTypeDescriptor(RadPropertyStore store)
Parameters
RadPropertyStore
store
The RadPropertyStore this descriptor is used for. |
Methods
GetProperties()
Returns a collection of property descriptors corresponding to the items in the current RadPropertyStore.
Declaration
public override PropertyDescriptorCollection GetProperties()
Returns
System.ComponentModel.PropertyDescriptorCollection
A collection of PropertyStorePropertyDescriptor. |
GetProperties(Attribute[])
Returns a collection of property descriptors corresponding to the items in the current RadPropertyStore.
Declaration
public override PropertyDescriptorCollection GetProperties(Attribute[] attributes)
Parameters
System.Attribute[]
attributes
|
Returns
System.ComponentModel.PropertyDescriptorCollection
A collection of PropertyStorePropertyDescriptor. |