[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.TxExpandableObjectConverter.GetProperties

GetProperties Method

GetProperties(ITypeDescriptorContext, object, Attribute[])

Gets a collection of properties for the type of object specified by the value parameter.

Declaration
public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
Parameters
Type Name Description
ITypeDescriptorContext context

An ITypeDescriptorContext that provides a format context.

object value
Attribute[] attributes

An object that specifies the type of object to get the properties for.

Returns
Type Description
PropertyDescriptorCollection

An array of type System.Attribute that will be used as a filter.

Overrides