ClassPropertyStoreTypeDescriptor
Class
Custom type descriptor for the RadPropertyStore.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class PropertyStoreTypeDescriptor : CustomTypeDescriptor, ICustomTypeDescriptor
Inheritance: objectCustomTypeDescriptorPropertyStoreTypeDescriptor
Implements:
Inherited Members
Constructors
PropertyStoreTypeDescriptor(RadPropertyStore)
Creates a new instace of the PropertyStoreTypeDescriptor
Declaration
cs-api-definition
public PropertyStoreTypeDescriptor(RadPropertyStore store)
Parameters
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
cs-api-definition
public override PropertyDescriptorCollection GetProperties()
Returns
A collection of PropertyStorePropertyDescriptor.
Overrides
GetProperties(Attribute[])
Returns a collection of property descriptors corresponding to the items in the current RadPropertyStore.
Declaration
cs-api-definition
public override PropertyDescriptorCollection GetProperties(Attribute[] attributes)
Parameters
attributes
Returns
A collection of PropertyStorePropertyDescriptor.
Overrides