Class DropWatcherExtender
Inheritance
System.Object
DropWatcherExtender
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
[ClientScriptResource("AjaxControlToolkit.DragDropWatcher", typeof(DropWatcherExtender), "ReorderList.DropWatcherBehavior.js")]
[RequiredScript(typeof(DragDropScripts))]
[RequiredScript(typeof(CommonToolkitScripts))]
public class DropWatcherExtender : ExtenderControlBase, IControlResolver
Constructors
Declaration
public DropWatcherExtender()
Properties
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 |
|
Declaration
[ExtenderControlProperty]
[ClientPropertyName("argErrorString")]
public string ArgErrorString { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ClientPropertyName("argReplaceString")]
[ExtenderControlProperty]
public string ArgReplaceString { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
[ClientPropertyName("argSuccessString")]
public string ArgSuccessString { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
[ClientPropertyName("callbackCssStyle")]
public string CallbackCssStyle { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ClientPropertyName("dragDataType")]
[ExtenderControlProperty]
public string DataType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ClientPropertyName("dragMode")]
[ExtenderControlProperty]
public int DragMode { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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