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

In This Topic
    Field Property (Slicer)
    In This Topic
    Gets or sets the @see:PivotField being filtered by this @see:Slicer.
    Syntax
    'Declaration
     
    Public Property Field As String
    public string Field {get; set;}
    See Also