London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class DragPanelExtender

Inheritance
System.Object
DragPanelExtender
Implements
Inherited Members
Namespace: AjaxControlToolkit
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
Syntax
[ClientScriptResource("AjaxControlToolkit.FloatingBehavior", "AjaxControlToolkit.DragPanel.FloatingBehavior.js")]
[RequiredScript(typeof(DragDropScripts))]
public class DragPanelExtender : ExtenderControlBase, IControlResolver

Constructors

DragPanelExtender()

Declaration
public DragPanelExtender()

Properties

DragHandleID

Declaration
[ClientPropertyName("handle")]
[ExtenderControlProperty]
[ElementReference]
[RequiredProperty]
public string DragHandleID { get; set; }
Property Value
Type Description
System.String

Implements