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

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