[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PaddingEx.PaddingExConverter.GetPropertiesSupported

GetPropertiesSupported Method

GetPropertiesSupported(ITypeDescriptorContext)

Determines whether property retrieval is supported.

Declaration
public override bool GetPropertiesSupported(ITypeDescriptorContext context)
Parameters
Type Name Description
ITypeDescriptorContext context

The context.

Returns
Type Description
bool

Returns True if we can retrieve the properties, otherwise False.

Overrides