Class
PropertyStoreTypeDescriptor

Custom type descriptor for the RadPropertyStore.

Definition

Constructors

PropertyStoreTypeDescriptor(RadPropertyStore)

Creates a new instace of the PropertyStoreTypeDescriptor

Declaration

cs-api-definition
public PropertyStoreTypeDescriptor(RadPropertyStore store)

Parameters

store

RadPropertyStore

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

PropertyDescriptorCollection

A collection of PropertyStorePropertyDescriptor.

Overrides CustomTypeDescriptor.GetProperties()

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

Attribute[]

Returns

PropertyDescriptorCollection

A collection of PropertyStorePropertyDescriptor.

Overrides CustomTypeDescriptor.GetProperties(Attribute[])