net90_PropertyGridHelpers.Attributes_AutoCompleteSetupAttribute_Values - dparvin/PropertyGridHelpers GitHub Wiki
Gets the set of custom string values used for auto-complete suggestions when AutoCompleteSource
is set to CustomSource
.
public string[] Values { get; }
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.
- class AutoCompleteSetupAttribute
- namespace PropertyGridHelpers.Attributes
- assembly PropertyGridHelpers