net90_PropertyGridHelpers.Attributes_AutoCompleteSetupAttribute_ProviderType - dparvin/PropertyGridHelpers GitHub Wiki

AutoCompleteSetupAttribute.ProviderType property

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; }

Property Value

A Type representing the provider of suggestions for the editor, or null if not specified.

See Also

⚠️ **GitHub.com Fallback** ⚠️