ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridComboBoxFilter Class / Values Property

In This Topic
    Values Property
    In This Topic
    Gets or sets the values displayed in the filter.
    Syntax
    'Declaration
     
    
    Public Property Values As IEnumerable(Of ComboValueInfo)
    public IEnumerable<ComboValueInfo> Values {get; set;}

    Property Value

    The values displayed in the filter.
    See Also