ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Ria Namespace / C1RiaAdapter Class / UseDefaultFilters Property

In This Topic
    UseDefaultFilters Property
    In This Topic
    Gets or sets a value indicating whether the numeric filters for the C1DataGrid will be the default ones or will be overridden with RIA Services compliant filters.
    Syntax
    'Declaration
     
    
    Public Property UseDefaultFilters As Boolean
    public bool UseDefaultFilters {get; set;}
    See Also