ComponentOne ASP.NET MVC Controls
ShowValues Property

C1.Web.Mvc Namespace > ValueFilter Class : ShowValues Property
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

Reference

ValueFilter Class
ValueFilter Members