ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap.TagHelpers Namespace / PivotEngineTagHelper Class / DefaultFilterType Property

In This Topic
    DefaultFilterType Property (PivotEngineTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotEngine.DefaultFilterType. Sets the default filter type (by value or by condition). When binding the service, only FilterType.Condition and FilterType.None are supported. When FilterType.Both is set, it works as FilterType.Condition. When FilterType.Value is set, it works as FilterType.None.
    Syntax
    'Declaration
     
    Public Property DefaultFilterType As FilterType
    public FilterType DefaultFilterType {get; set;}
    See Also