ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ValueFilter Class / ShowValues Property

In This Topic
    ShowValues Property
    In This Topic
    Gets a collection with all the formatted values that should be shown.
    Syntax
    'Declaration
     
    Public Property ShowValues As List(Of Object)
    public List<object> ShowValues {get; set;}
    Remarks
    Null means to show all data.
    See Also