Gets or sets a value that determines whether the grid is visible in the view; true by default.

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

Syntax

C#
public virtual bool IsGridVisible { get; set; }
Visual Basic (Declaration)
Public Overridable Property IsGridVisible As Boolean

See Also