Gets a value that determines whether the editor should only allow values present in the Values list.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public bool Exclusive { get; }
Visual Basic
Public ReadOnly Property Exclusive As Boolean
	Get

Implements

IEditValueConverter..::..Exclusive

See Also