ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridComboBoxColumn Class / CanUserFilter Property

In This Topic
    CanUserFilter Property (DataGridComboBoxColumn)
    In This Topic
    Gets or sets a value indicating whether the user can filter by this column.
    Syntax
    'Declaration
     
    
    Public Property CanUserFilter As Boolean
    public bool CanUserFilter {get; set;}

    Property Value

    true if the user can filter by this column; otherwise, false.
    See Also