net90_PropertyGridHelpers.Attributes_AutoCompleteSetupAttribute_Mode - dparvin/PropertyGridHelpers GitHub Wiki
Gets the source mode used to determine how auto-complete values were initialized for this attribute.
public SourceMode Mode { get; }
A SourceMode
enumeration value indicating how the values were resolved (e.g., via direct array, enum, or provider type).
- enum SourceMode
- class AutoCompleteSetupAttribute
- namespace PropertyGridHelpers.Attributes
- assembly PropertyGridHelpers