Search
DiagramView.HeaderStartResizingScript Property
See Also
 





Contains the name of a JavaScript function that should be invoked when the user starts resizing a header interactively.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public string HeaderStartResizingScript { get; set; }

Visual Basic  Copy Code

Public Property HeaderStartResizingScript As String

 Property Value

A string specifying the name of the client-side event handler.

 Remarks

This is a validation event raised when AllowResizeHeaders is enabled and the user starts resizing a grid column or row.

 See Also