True to resolve global aliases in drag-drop DataSources before dropping the DataSources on another component.
False to leave the global aliases unresolved (to be resolved by the component that receives the dropped DataSources).
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public bool ResolveAliasesInDragDropDataSources { get; set; } |
| Visual Basic |
|---|
Public Property ResolveAliasesInDragDropDataSources As Boolean
Get
Set |
| JScript |
|---|
function get ResolveAliasesInDragDropDataSources () : boolean
function set ResolveAliasesInDragDropDataSources (value : boolean) |
See Also