ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / UnboundSheet Class / Filter Property

In This Topic
    Filter Property (UnboundSheet)
    In This Topic
    Gets the filter setting for this sheet.
    Syntax
    'Declaration
     
    
    <JsonAttribute("FilterSetting")>
    Public ReadOnly Property Filter As FilterSetting
    [Json("FilterSetting")]
    public FilterSetting Filter {get;}
    See Also