Gets the collection of values that should be displayed by the editor.

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

C#
public ICollection Values { get; }
Visual Basic
Public ReadOnly Property Values As ICollection
	Get

Implements

IEditValueConverter..::..Values

See Also