Fusion8 Design Relational ListControl Class Library

ListControlConverter.GetStandardValues Method (ITypeDescriptorContext)

[This is preliminary documentation and subject to change.]

Returns a collection of standard values for the data type this type converter is designed for when provided with a format context.

[Visual Basic]
Overrides Overloads Public Function GetStandardValues( _
   ByVal context As ITypeDescriptorContext _
) As StandardValuesCollection
[C#]
public override StandardValuesCollection GetStandardValues(
   ITypeDescriptorContext context
);

Parameters

context
An ITypeDescriptorContext that provides a format context that can be used to extract additional information about the environment from which this converter is invoked. This parameter or properties of this parameter can be a null reference ( Nothing in Visual Basic ) .

Return Value

A StandardValuesCollection that holds a standard set of valid values, or a null reference ( Nothing in Visual Basic ) if the data type does not support a standard set of values.

Remarks

Use this method to get the list of compatible list controls.

See Also

ListControlConverter Class | Fusion8Design.WebControls.UI Namespace | ListControlConverter.GetStandardValues Overload List