Indicates how the content should be added to the grid during drag and drop operation.
Namespace: Dapfor.Net.UiAssembly: 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 name | Value | Description | |
---|---|---|---|
Flat | 0 | Content is added on the same hierarchical level as the target row. | |
AsChild | 1 | Content is added as a child of the target row. | |
FlatAndAsChild | 2 | Content can be added at the same level as the target row, or as its child. |