DynamicValueTypeConverter Class

Definition

The DynamicValueTypeConverter is used to call into the containing class to allow the class to generate the dynamic list.

This TypeConverter is created and returned for any properties that have the DynamicValues attribute enabled.

public class DynamicValueTypeConverter : System.ComponentModel.StringConverter
type DynamicValueTypeConverter = class
    inherit StringConverter
Public Class DynamicValueTypeConverter
Inherits StringConverter
Inheritance
DynamicValueTypeConverter

Constructors

DynamicValueTypeConverter()

Methods

GetStandardValues(ITypeDescriptorContext)
GetStandardValuesExclusive(ITypeDescriptorContext)
GetStandardValuesSupported(ITypeDescriptorContext)

Applies to