Table of Contents

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

string

RefreshDelay

public bool RefreshDelay { get; }

Property Value

bool

Suggestions

public string[] Suggestions { get; set; }

Property Value

string[]

Methods

GetBasicTypes()

Allowed basic types for PropertyType

public override Type[] GetBasicTypes()

Returns

Type[]