Gets or sets a value indicating whether the current column should be visible in the view.

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

Syntax

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

See Also