[]
        
(Showing Draft Content)

FarPoint.Web.Spread.DataFieldConverter.GetStandardValuesSupported

GetStandardValuesSupported Method

GetStandardValuesSupported(ITypeDescriptorContext)

Determines whether this object supports standard values.

Declaration
public override bool GetStandardValuesSupported(ITypeDescriptorContext context)
Public Overrides Function GetStandardValuesSupported(context As ITypeDescriptorContext) As Boolean
Parameters
Type Name Description
ITypeDescriptorContext context

Context information

Returns
Type Description
bool

True if this object supports standard values; otherwise, false

Overrides