Click or drag to resize
DragAndDropExtender Class
Drag and drop extender class.
Inheritance Hierarchy

Namespace: CMS.Base.Web.UI.DragAndDrop
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax
C#
public class DragAndDropExtender : ExtenderControlBase

The DragAndDropExtender type exposes the following members.

Constructors
  NameDescription
Public methodDragAndDropExtender
Top
Properties
  NameDescription
Protected propertyAllowScriptPath (Inherited from ExtenderControlBase.)
Public propertyBehaviorID (Inherited from ExtenderControlBase.)
Protected propertyClientControlType (Inherited from ExtenderControlBase.)
Public propertyClientState (Inherited from ExtenderControlBase.)
Public propertyClientStateFieldID (Inherited from ExtenderControlBase.)
Public propertyDragItemClass
Class defining the dragging item.
Public propertyDragItemHandleClass
Class defining the item handle.
Public propertyDropCueID
ID of the drop area cue.
Public propertyEnableClientState (Inherited from ExtenderControlBase.)
Public propertyEnabled (Inherited from ExtenderControlBase.)
Public propertyFlowLayout
If true, the layout is a flow layout (absolutely positioned elements)
Public propertyHighlightDropableAreas
If true webpart zones are hightligted.
Protected propertyIsRenderingScript (Inherited from ExtenderControlBase.)
Public propertyItemGroup
Item group.
Public propertyOnClientBeforeDrop
Method name called before item drop.
Public propertyOnClientDrop
Method name called on item drop.
Public propertyProfileBindings Obsolete. (Inherited from ExtenderControlBase.)
Public propertyScriptPath (Inherited from ExtenderControlBase.)
Public propertySkinID (Inherited from ExtenderControlBase.)
Protected propertyTargetControl (Inherited from ExtenderControlBase.)
Top
Methods
  NameDescription
Public methodDispose (Inherited from ExtenderControlBase.)
Public methodEnsureValid (Inherited from ExtenderControlBase.)
Public methodFindControl (Inherited from ExtenderControlBase.)
Protected methodFindControlHelper (Inherited from ExtenderControlBase.)
Protected methodGetClientID (Inherited from ExtenderControlBase.)
Protected methodGetPropertyBoolValue Obsolete. (Inherited from ExtenderControlBase.)
Protected methodGetPropertyIntValue Obsolete. (Inherited from ExtenderControlBase.)
Protected methodGetPropertyStringValue Obsolete. (Inherited from ExtenderControlBase.)
Protected methodGetPropertyValue``1 (Inherited from ExtenderControlBase.)
Protected methodGetScriptDescriptors (Inherited from ExtenderControlBase.)
Protected methodGetScriptReferences (Inherited from ExtenderControlBase.)
Protected methodCheckIfValid (Inherited from ExtenderControlBase.)
Protected methodOnInit (Inherited from ExtenderControlBase.)
Protected methodOnLoad (Inherited from ExtenderControlBase.)
Protected methodOnPreRender
PreRender event handler
(Overrides ExtenderControlBase.OnPreRender(EventArgs).)
Protected methodOnResolveControlID (Inherited from ExtenderControlBase.)
Protected methodPage_PreRenderComplete
PreRenderComplete event handler
Protected methodRender (Inherited from ExtenderControlBase.)
Protected methodRenderInnerScript (Inherited from ExtenderControlBase.)
Protected methodRenderScriptAttributes (Inherited from ExtenderControlBase.)
Public methodResolveControl (Inherited from ExtenderControlBase.)
Protected methodSerializeProperty(PropertyDescriptor) Obsolete. (Inherited from ExtenderControlBase.)
Protected methodSerializeProperty(PropertyDescriptor, Boolean) Obsolete. (Inherited from ExtenderControlBase.)
Protected methodSetPropertyBoolValue Obsolete. (Inherited from ExtenderControlBase.)
Protected methodSetPropertyIntValue Obsolete. (Inherited from ExtenderControlBase.)
Protected methodSetPropertyStringValue Obsolete. (Inherited from ExtenderControlBase.)
Protected methodSetPropertyValue``1 (Inherited from ExtenderControlBase.)
Public methodShouldSerializeClientStateFieldID (Inherited from ExtenderControlBase.)
Top
Extension Methods
  NameDescription
Public Extension MethodCallHandled
Calls the method handled by the exception handler. If the call doesn't succeed, the problem is reported through parent IExceptionHandler control instead of throwing unhandled exception for the entire page. Returns true, if the call succeeded, otherwise returns false.
(Defined by ControlsExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by ControlsExtensions.)
Top
Events
  NameDescription
Protected eventClientStateValuesLoaded (Inherited from ExtenderControlBase.)
Public eventResolveControlID (Inherited from ExtenderControlBase.)
Top
See Also