Skip to content

net472_PropertyGridHelpers.Attributes_AutoCompleteSetupAttribute_Values

dparvin edited this page Jul 5, 2025 · 11 revisions

AutoCompleteSetupAttribute.Values property

Gets the set of custom string values used for auto-complete suggestions when AutoCompleteSource is set to CustomSource.

public string[] Values { get; }

Remarks

These values can be specified:

  • Directly via the attribute constructor.
  • Derived from an enum type (using its names).
  • Loaded from a class with a public static string[] Values property.

See Also

Clone this wiki locally