[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.CustomProperties.GetProperties

GetProperties Method

GetProperties(Attribute[])

Returns the properties for this instance of a component using the attribute array as a filter.

Declaration
public PropertyDescriptorCollection GetProperties(Attribute[] attributes)
Parameters
Type Name Description
Attribute[] attributes

An array of type Attribute that is used as a filter.

Returns
Type Description
PropertyDescriptorCollection

A PropertyDescriptorCollection that represents the filtered properties for this component instance.

Implements

GetProperties()

Returns the properties for this instance of a component.

Declaration
public PropertyDescriptorCollection GetProperties()
Returns
Type Description
PropertyDescriptorCollection

A PropertyDescriptorCollection that represents the properties for this component instance.

Implements