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
C# Copy Code |
---|
public string HeaderStartResizingScript { get; set; } |
Visual Basic Copy Code |
---|
Public Property HeaderStartResizingScript As String |
A string specifying the name of the client-side event handler.
This is a validation event raised when AllowResizeHeaders is enabled and the user starts resizing a grid column or row.