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

In This Topic
    FilterValue Property
    In This Topic
    Gets or sets a value of the currently applied filter.
    Syntax
    'Declaration
     
    Public Overridable Property FilterValue As System.String
    public virtual System.string FilterValue {get; set;}

    Property Value

    The default value is an empty string (""), which indicates that this property is not set. When filtering is done this property is automatically updated with the value inputted by user to edit box of current column in filter row.
    See Also