Gets or sets a value of the currently applied filter.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[DefaultValueAttribute("")]
[JsonAttribute(true, true, "")]
public virtual string FilterValue { get; set; }
Visual Basic
<DefaultValueAttribute("")> _
<JsonAttribute(True, True, "")> _
Public Overridable Property FilterValue As String
	Get
	Set

Field 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