Indicates whether this converter returns a set of available values for assignment to a control property within the specified context.
- context
An System.ComponentModel.ITypeDescriptorContext implementation that can be used to gain additional context information.
![]()
true if this converter returns a standard set of available values for assignment to the associated control property; otherwise false.
The DataSourceViewSchemaConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext) method indicates whether the converter supports returning a list of available values through the DataSourceViewSchemaConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext) method.
The erload:System.Web.UI.Design.DataSourceViewSchemaConverter.GetStandardValuesSupported method for the System.Web.UI.Design.DataSourceViewSchemaConverter object returns true if the specified context object supplies an System.Web.UI.IDataSourceViewSchemaAccessor implementation in its System.ComponentModel.ITypeDescriptorContext.Instance property. The DataSourceViewSchemaConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext) method uses the System.Web.UI.IDataSourceViewSchemaAccessor implementation to retrieve the list of available fields from the associated data source schema.