Skip to content

net90_PropertyGridHelpers.Attributes_AutoCompleteSetupAttribute_ProviderType

dparvin edited this page Jul 5, 2025 · 2 revisions

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

Clone this wiki locally