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

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