Gets or sets a set of JavaScript function body code statements (considering control, and item parameters), returning a value that indicates whehter an item from the managed collection should be presented in the view.

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

C#
public virtual string VisibilityFilterClientCode { get; set; }
Visual Basic (Declaration)
Public Overridable Property VisibilityFilterClientCode As String

See Also