MindFusion.UI for WebForms Programmer's Guide

Window.DragEndScript Property

See Also
 





Gets or sets the name of a JavaScript function that should be invoked when a drag operation on a window is finished.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public string DragEndScript { get; set; }

Visual Basic  Copy Code

Public Property DragEndScript As String

 Property Value

Type: String
A string that specifies a JavaScript function that will handle the dragEnd client event. The default value is an empty string ("").

 See Also