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

More...

Inheritance diagram for Ext.Net.CellDragDrop.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 CellDragDrop.Builder (CellDragDrop.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 EnforceType [get, set]
 True to allow drops of the same type only. More...
 
virtual bool ApplyEmptyText [get, set]
 If applyEmptyText is true, then use the value of emptyText to replace the drag record's value after a node drop. More...
 
virtual string EmptyText [get, set]
 
virtual string DropBackgroundColor [get, set]
 
virtual string NoDropBackgroundColor [get, set]
 
virtual string DragText [get, set]
 
virtual string DDGroup [get, set]
 
virtual bool EnableDrop [get, set]
 
virtual bool EnableDrag [get, set]
 
virtual bool ContainerScroll [get, set]
 
virtual string NotSupportedText [get, set]
 The text to appear in a drag proxy when it is over a Column without a DataIndex. Defaults to "The cell from a Column without a DataIndex cannot be used for drag&drop". 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 CellDragDrop.Builder()

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

Property Documentation

◆ ApplyEmptyText

virtual bool Ext.Net.CellDragDrop.Config.ApplyEmptyText
getset

If applyEmptyText is true, then use the value of emptyText to replace the drag record's value after a node drop.

◆ ContainerScroll

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

◆ DDGroup

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

◆ DragText

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

◆ DropBackgroundColor

virtual string Ext.Net.CellDragDrop.Config.DropBackgroundColor
getset

◆ EmptyText

virtual string Ext.Net.CellDragDrop.Config.EmptyText
getset

◆ EnableDrag

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

◆ EnableDrop

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

◆ EnforceType

virtual bool Ext.Net.CellDragDrop.Config.EnforceType
getset

True to allow drops of the same type only.

◆ NoDropBackgroundColor

virtual string Ext.Net.CellDragDrop.Config.NoDropBackgroundColor
getset

◆ NotSupportedText

virtual string Ext.Net.CellDragDrop.Config.NotSupportedText
getset

The text to appear in a drag proxy when it is over a Column without a DataIndex. Defaults to "The cell from a Column without a DataIndex cannot be used for drag&drop".


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