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

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