Gets or sets the background color used to fill the splitter within the control (when hovering the area between the grid and chart); by default it is a shade of light gray.

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

Syntax

C#
public virtual Color SplitterBackColor { get; set; }
Visual Basic (Declaration)
Public Overridable Property SplitterBackColor As Color

See Also