ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid.Filters Namespace / DataGridContentFilter Class / FilterCommand Property

In This Topic
    FilterCommand Property
    In This Topic
    Gets or sets the filter command.
    Syntax
    'Declaration
     
    
    Public Property FilterCommand As C1.WPF.C1DelegateCommand
    public C1.WPF.C1DelegateCommand FilterCommand {get; set;}
    See Also