Gets or sets a set of JavaScript function body code statements (considering gridWidth and chartWidth parameters), to be executed immediately upon splitter position changes on the client side (horizontal reszing of the grid and chart areas).

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

Syntax

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

See Also