System.Web.UI.Design.DataMemberConverter.GetStandardValuesExclusive Method

Gets a value indicating whether the collection of standard values returned from System.ComponentModel.TypeConverter.GetStandardValues is a list of all possible values.

Syntax

public override bool GetStandardValuesExclusive (System.ComponentModel.ITypeDescriptorContext context)

Parameters

context
An System.ComponentModel.ITypeDescriptorContext object that provides a format context.

Returns

true if the System.ComponentModel.TypeConverter.StandardValuesCollection returned from System.ComponentModel.TypeConverter.GetStandardValues is an exclusive list of all possible values that are valid; false if other values are possible.

As implemented in this class, this method always returns false.

Remarks

If the list is exclusive, such as in an enumeration data type, then no other values are valid. If the list is not exclusive, then there are other valid values besides the list of standard values that System.ComponentModel.TypeConverter.GetStandardValues provides.

Requirements

Namespace: System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0