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

In This Topic
    GetValue Property (PivotFieldBase)
    In This Topic
    Gets or 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