net90_PropertyGridHelpers.Attributes_AutoCompleteSetupAttribute_ProviderType - dparvin/PropertyGridHelpers GitHub Wiki
Gets the type that provides the source of auto-complete values when AutoCompleteSource
is set to CustomSource
. Typically, this can be an enum type or a class with a static string[] Values
property.
public Type ProviderType { get; }
A Type representing the provider of suggestions for the editor, or null
if not specified.
- class AutoCompleteSetupAttribute
- namespace PropertyGridHelpers.Attributes
- assembly PropertyGridHelpers