Table of Contents

Class DropWatcherExtender

Namespace
AjaxControlToolkit
Assembly
AjaxControlToolkit.dll
[ClientScriptResource("Sys.Extended.UI.DragDropWatcher", "DropWatcher")]
[RequiredScript(typeof(DragDropScripts))]
[RequiredScript(typeof(CommonToolkitScripts))]
public class DropWatcherExtender : ExtenderControlBase, IControlResolver
Inheritance
DropWatcherExtender
Implements
Inherited Members

Constructors

DropWatcherExtender()

public DropWatcherExtender()

Properties

AcceptedDataTypes

[Browsable(false)]
[ClientPropertyName("acceptedDataTypes")]
[ExtenderControlProperty]
public string AcceptedDataTypes { get; set; }

Property Value

string

ArgContextString

[ClientPropertyName("argContextString")]
[ExtenderControlProperty]
public string ArgContextString { get; set; }

Property Value

string

ArgErrorString

[ClientPropertyName("argErrorString")]
[ExtenderControlProperty]
public string ArgErrorString { get; set; }

Property Value

string

ArgReplaceString

[ClientPropertyName("argReplaceString")]
[ExtenderControlProperty]
public string ArgReplaceString { get; set; }

Property Value

string

ArgSuccessString

[ClientPropertyName("argSuccessString")]
[ExtenderControlProperty]
public string ArgSuccessString { get; set; }

Property Value

string

CallbackCssStyle

[ClientPropertyName("callbackCssStyle")]
[ExtenderControlProperty]
public string CallbackCssStyle { get; set; }

Property Value

string

DataType

[Browsable(false)]
[ClientPropertyName("dragDataType")]
[ExtenderControlProperty]
public string DataType { get; set; }

Property Value

string

DragMode

[Browsable(false)]
[ClientPropertyName("dragMode")]
[ExtenderControlProperty]
public int DragMode { get; set; }

Property Value

int

DropLayoutElement

[ElementReference]
[ClientPropertyName("dropCueTemplate")]
[ExtenderControlProperty]
public string DropLayoutElement { get; set; }

Property Value

string

PostBackCode

[ClientPropertyName("postbackCode")]
[ExtenderControlProperty]
public string PostBackCode { get; set; }

Property Value

string