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

In This Topic
    C1Property Property (PivotFilterTagHelper)
    In This Topic
    Overrides to fix the property name to be "Filter" and remove this attribute in the tag.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property C1Property As String
    public override string C1Property {get;}
    See Also