A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class DropWatcherExtender

Inheritance
System.Object
DropWatcherExtender
Implements
Inherited Members
Namespace: AjaxControlToolkit
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
Syntax
[ClientScriptResource("AjaxControlToolkit.DragDropWatcher", typeof(DropWatcherExtender), "ReorderList.DropWatcherBehavior.js")]
[RequiredScript(typeof(DragDropScripts))]
[RequiredScript(typeof(CommonToolkitScripts))]
public class DropWatcherExtender : ExtenderControlBase, IControlResolver

Constructors

DropWatcherExtender()

Declaration
public DropWatcherExtender()

Properties

AcceptedDataTypes

Declaration
[ExtenderControlProperty]
[ClientPropertyName("acceptedDataTypes")]
public string AcceptedDataTypes { get; set; }
Property Value
Type Description
System.String

ArgContextString

Declaration
[ClientPropertyName("argContextString")]
[ExtenderControlProperty]
public string ArgContextString { get; set; }
Property Value
Type Description
System.String

ArgErrorString

Declaration
[ExtenderControlProperty]
[ClientPropertyName("argErrorString")]
public string ArgErrorString { get; set; }
Property Value
Type Description
System.String

ArgReplaceString

Declaration
[ClientPropertyName("argReplaceString")]
[ExtenderControlProperty]
public string ArgReplaceString { get; set; }
Property Value
Type Description
System.String

ArgSuccessString

Declaration
[ExtenderControlProperty]
[ClientPropertyName("argSuccessString")]
public string ArgSuccessString { get; set; }
Property Value
Type Description
System.String

CallbackCssStyle

Declaration
[ExtenderControlProperty]
[ClientPropertyName("callbackCssStyle")]
public string CallbackCssStyle { get; set; }
Property Value
Type Description
System.String

DataType

Declaration
[ClientPropertyName("dragDataType")]
[ExtenderControlProperty]
public string DataType { get; set; }
Property Value
Type Description
System.String

DragMode

Declaration
[ClientPropertyName("dragMode")]
[ExtenderControlProperty]
public int DragMode { get; set; }
Property Value
Type Description
System.Int32

DropLayoutElement

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

PostBackCode

Declaration
[ClientPropertyName("postbackCode")]
[ExtenderControlProperty]
public string PostBackCode { get; set; }
Property Value
Type Description
System.String

Implements