Gets or sets the on function to call when dragging is end.

Namespace:  C1.Web.UI.Controls.C1SuperPanel.BehaviorSettings
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[DefaultValueAttribute(null)]
[EditorAttribute("C1.Web.UI.Design.C1SuperPanelClientHandlerUITypeEditor, C1.Web.UI.Design.2", 
	typeof(UITypeEditor))]
[NotifyParentPropertyAttribute(true)]
public string OnClientDragEnd { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(Nothing)> _
<EditorAttribute("C1.Web.UI.Design.C1SuperPanelClientHandlerUITypeEditor, C1.Web.UI.Design.2",  _
	GetType(UITypeEditor))> _
<NotifyParentPropertyAttribute(True)> _
Public Property OnClientDragEnd As String
	Get
	Set

See Also