Indicates that the DataSource of this dynamic can be drag/dropped during runtime into
another component such as the Trend viewer.
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public bool DragDropDataSource { get; set; } |
| Visual Basic |
|---|
Public Property DragDropDataSource As Boolean Get Set |
| JScript |
|---|
function get DragDropDataSource () : boolean function set DragDropDataSource (value : boolean) |