ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1BoundField Class / ValueList Property

In This Topic
    ValueList Property
    In This Topic
    Gets or sets the object that implements the IDictionary interface used for textual substitution.
    Syntax
    'Declaration
     
    Public Property ValueList As System.Collections.IDictionary
    public System.Collections.IDictionary ValueList {get; set;}
    See Also