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