Show / Hide Table of Contents

Class DragDropContext

Inheritance
Object
ContextBase
DragDropContext
ArchiveRowContextObject
CalendarContainerEvent
TaskContext
Inherited Members
ContextBase._contextType
ContextBase._clientId
ContextBase._htmlElement
ContextBase._containerId
ContextBase._clientScript
ContextBase._offsetTop
ContextBase.ToString()
ContextBase.OffsetTop
ContextBase.ClientScript
ContextBase.ContainerId
ContextBase.HtmlElement
ContextBase.ContextType
ContextBase.ClientID
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Web.UI.ScriptObjects
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class DragDropContext : ContextBase

Constructors

DragDropContext()

Declaration
public DragDropContext()

Fields

_callbackCopyFunction

Declaration
protected string _callbackCopyFunction
Field Value
Type Description
String

_callbackFunction

Declaration
protected string _callbackFunction
Field Value
Type Description
String

_canStartDrag

Declaration
protected bool _canStartDrag
Field Value
Type Description
Boolean

_dragGuideId

Declaration
protected string _dragGuideId
Field Value
Type Description
String

_dragObject

Declaration
protected DragObject _dragObject
Field Value
Type Description
DragObject

Properties

CallbackCopyFunction

Declaration
public string CallbackCopyFunction { get; set; }
Property Value
Type Description
String

CallbackFunction

Declaration
public string CallbackFunction { get; set; }
Property Value
Type Description
String

CanStartDrag

Declaration
public bool CanStartDrag { get; set; }
Property Value
Type Description
Boolean

DragGuideId

Declaration
public string DragGuideId { get; }
Property Value
Type Description
String

DragObject

Declaration
public DragObject DragObject { get; set; }
Property Value
Type Description
DragObject
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top