ComponentOne DataGrid for WPF and Silverlight
Values Property

C1.Silverlight.DataGrid Namespace > DataGridComboBoxFilter Class : Values Property
Gets or sets the values displayed in the filter.
Syntax
'Declaration
 
Public Property Values As System.Collections.Generic.IEnumerable(Of ComboValueInfo)
public System.Collections.Generic.IEnumerable<ComboValueInfo> Values {get; set;}

Property Value

The values displayed in the filter.
See Also

Reference

DataGridComboBoxFilter Class
DataGridComboBoxFilter Members