net90_PropertyGridHelpers.Attributes_AutoCompleteSetupAttribute_Values - dparvin/PropertyGridHelpers GitHub Wiki

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

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