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

In This Topic
    Field Property (SlicerTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Olap.Slicer.Field. Sets the @see:PivotField being filtered by this @see:Slicer.
    Syntax
    'Declaration
     
    Public Property Field As String
    public string Field {get; set;}
    See Also