Gets or sets value indicating whether filter text box will be shown in the filter row of the C1GridView control or not.

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

Syntax

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

Field Value

The default value is true.

See Also