Reporting

Returns a collection of properties for the type of array specified by the value parameter, using the specified context and attributes.

Namespace: Telerik.Reporting.Charting.Styles
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public override PropertyDescriptorCollection GetProperties(
	ITypeDescriptorContext context,
	Object value,
	Attribute[] attributes
)
Visual Basic
Public Overrides Function GetProperties ( _
	context As ITypeDescriptorContext, _
	value As Object, _
	attributes As Attribute() _
) As PropertyDescriptorCollection

Parameters

context
Type: System.ComponentModel..::..ITypeDescriptorContext
An System.ComponentModel.ITypeDescriptorContext that provides a format context.
value
Type: System..::..Object
An System.Object that specifies the type of array for which to get properties.
attributes
Type: array<System..::..Attribute>[]()[][]
An array of type System.Attribute that is used as a filter.

Return Value

A System.ComponentModel.PropertyDescriptorCollection with the properties that are exposed for this data type, or null if there are no properties.

Version Information

Supported in: 1.0.1

See Also