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

In This Topic
    ValueFilter Property (PivotFilterTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotFilter.ValueFilter. Sets the value filter setting. It is NOT supported when binding the service.
    Syntax
    'Declaration
     
    Public Property ValueFilter As ValueFilter
    public ValueFilter ValueFilter {get; set;}
    See Also