Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.GridDragDrop.Config Class Reference

More...

Inheritance diagram for Ext.Net.GridDragDrop.Config:
Ext.Net.Plugin.Config Ext.Net.LazyObservable.Config Ext.Net.Observable.Config Ext.Net.BaseControl.Config Ext.Net.IApply

Static Public Member Functions

static implicit operator GridDragDrop.Builder (GridDragDrop.Config config)
 
- Static Public Member Functions inherited from Ext.Net.BaseControl.Config
static Config ToConfig (string config)
 
static TConfig ToConfig< TConfig > (string config)
 

Properties

virtual ? bool AllowCopy [get, set]
 Set as true to allow the user to hold down the control key at the start of the drag operation and copy the dragged records between grids. Otherwise, dragged records will be moved. More...
 
virtual ? bool Copy [get, set]
 Set as true to copy the records from the source grid to the destination drop grid. Otherwise, dragged records will be moved. More...
 
virtual string DDGroup [get, set]
 A named drag drop group to which this object belongs. If a group is specified, then both the DragZones and DropZone used by this plugin will only interact with other drag drop objects in the same group (defaults to 'GridDD'). More...
 
virtual string DragText [get, set]
 
virtual string DragGroup [get, set]
 The ddGroup to which the DragZone will belong. This defines which other DropZones the DragZone will interact with. Drag/DropZones only interact with other Drag/DropZones which are members of the same ddGroup. More...
 
virtual string DropGroup [get, set]
 The ddGroup to which the DropZone will belong. This defines which other DragZones the DropZone will interact with. Drag/DropZones only interact with other Drag/DropZones which are members of the same ddGroup. More...
 
virtual bool EnableDrag [get, set]
 Defaults to true. Set to false to disallow dragging items from the View More...
 
virtual bool ContainerScroll [get, set]
 True to register this container with the Scrollmanager for auto scrolling during drag operations. More...
 
virtual bool EnableDrop [get, set]
 Defaults to true. Set to false to disallow the View from accepting drop gestures More...
 
- Properties inherited from Ext.Net.Observable.Config
ConfigItemCollection CustomConfig [get]
 Collection of custom js config More...
 
MessageBusListeners MessageBusListeners [get]
 
MessageBusDirectEvents MessageBusDirectEvents [get]
 
- Properties inherited from Ext.Net.BaseControl.Config
virtual string ItemID [get, set]
 An itemId can be used as an alternative way to get a reference to a component when no object reference is available. More...
 
virtual bool Disabled [get, set]
 
virtual short TabIndex [get, set]
 
virtual bool IsInForm [get, set]
 
virtual Unit Height [get, set]
 
virtual Unit Width [get, set]
 
virtual string ToolTip [get, set]
 
virtual bool RegisterAllResources [get, set]
 
virtual bool AutoDataBind [get, set]
 
virtual IDMode IDMode [get, set]
 
virtual LazyMode LazyMode [get, set]
 
virtual string Namespace [get, set]
 
List< ClientResourceItemResourceItems [get]
 

Additional Inherited Members

- Public Member Functions inherited from Ext.Net.BaseControl.Config
override string ToString ()
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
new Type GetType ()
 
object ApplyIf (object obj)
 
Apply< T > (object obj)
 
object Apply (object obj)
 
virtual string ToScript ()
 

Detailed Description

Member Function Documentation

◆ operator GridDragDrop.Builder()

static implicit Ext.Net.GridDragDrop.Config.operator GridDragDrop.Builder ( GridDragDrop.Config  config)
inlinestatic

Property Documentation

◆ AllowCopy

virtual ? bool Ext.Net.GridDragDrop.Config.AllowCopy
getset

Set as true to allow the user to hold down the control key at the start of the drag operation and copy the dragged records between grids. Otherwise, dragged records will be moved.

◆ ContainerScroll

virtual bool Ext.Net.GridDragDrop.Config.ContainerScroll
getset

True to register this container with the Scrollmanager for auto scrolling during drag operations.

◆ Copy

virtual ? bool Ext.Net.GridDragDrop.Config.Copy
getset

Set as true to copy the records from the source grid to the destination drop grid. Otherwise, dragged records will be moved.

◆ DDGroup

virtual string Ext.Net.GridDragDrop.Config.DDGroup
getset

A named drag drop group to which this object belongs. If a group is specified, then both the DragZones and DropZone used by this plugin will only interact with other drag drop objects in the same group (defaults to 'GridDD').

◆ DragGroup

virtual string Ext.Net.GridDragDrop.Config.DragGroup
getset

The ddGroup to which the DragZone will belong. This defines which other DropZones the DragZone will interact with. Drag/DropZones only interact with other Drag/DropZones which are members of the same ddGroup.

◆ DragText

virtual string Ext.Net.GridDragDrop.Config.DragText
getset

◆ DropGroup

virtual string Ext.Net.GridDragDrop.Config.DropGroup
getset

The ddGroup to which the DropZone will belong. This defines which other DragZones the DropZone will interact with. Drag/DropZones only interact with other Drag/DropZones which are members of the same ddGroup.

◆ EnableDrag

virtual bool Ext.Net.GridDragDrop.Config.EnableDrag
getset

Defaults to true. Set to false to disallow dragging items from the View

◆ EnableDrop

virtual bool Ext.Net.GridDragDrop.Config.EnableDrop
getset

Defaults to true. Set to false to disallow the View from accepting drop gestures


The documentation for this class was generated from the following file: