Class AutoCompleteAttribute
- Namespace
- MES.MQC.UtilityLibrary.Form.Attributes.Field
- Assembly
- MES.MQC.UtilityLibrary.dll
public class AutoCompleteAttribute : FieldAttributeBase, _Attribute, IFieldAttribute
- Inheritance
-
AutoCompleteAttribute
- Implements
- Inherited Members
Properties
Placeholder
public string Placeholder { get; set; }
Property Value
RefreshDelay
public bool RefreshDelay { get; }
Property Value
Suggestions
public string[] Suggestions { get; set; }
Property Value
- string[]
Methods
GetBasicTypes()
Allowed basic types for PropertyType
public override Type[] GetBasicTypes()
Returns
- Type[]