Share via


SuggestedValuesBindableProperty.Converter Property

Gets a TypeConverter implementation that can be used to interact with the underlying Property.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property Converter As TypeConverter
public override TypeConverter Converter { get; }
public:
virtual property TypeConverter^ Converter {
    TypeConverter^ get () override;
}
public override function get Converter () : TypeConverter

Return Value

An instance of SuggestedValuesBindablePropertyConverter that is used to display the Value for the underlying Property.

See Also

SuggestedValuesBindableProperty Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace