[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PaddingEx.PaddingExConverter.GetProperties

GetProperties Method

GetProperties(ITypeDescriptorContext, object, Attribute[])

Gets properties.

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

The context.

object value

The value.

Attribute[] attributes

The attributes.

Returns
Type Description
PropertyDescriptorCollection

Returns property descriptors.

Overrides