Indicates how the content should be added to the grid during drag and drop operation.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public enum GridDropMode
Visual Basic
Public Enumeration GridDropMode
Visual C++
public enum class GridDropMode
F#
type GridDropMode

Members

Member nameValueDescription
Flat0 Content is added on the same hierarchical level as the target row.
AsChild1 Content is added as a child of the target row.
FlatAndAsChild2 Content can be added at the same level as the target row, or as its child.

See Also