C# Class SparkleXrm.GridEditor.AutoCompleteItem

Show file Open project: scottdurow/SparkleXrm Class Usage Examples

Public Properties

Property Type Description
ColumnValues string[]
Data object
Image string
Label string
Value object

Property Details

ColumnValues public property

public string[] ColumnValues
return string[]

Data public property

public object Data
return object

Image public property

public string Image
return string

Label public property

public string Label
return string

Value public property

public object Value
return object