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

In This Topic
    GetValue Property (CubeFieldTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotFieldBase.GetValue. Sets a function to be used for retrieving the field values.
    Syntax
    'Declaration
     
    Public Property GetValue As String
    public string GetValue {get; set;}
    See Also