Gets or sets a value indicating whether a Filter button is displayed in a C1CommandField column.

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

Syntax

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

Field Value

True to display a Filter button in a C1CommandField; otherwise, false. The default value is false.

See Also