True to resolve global aliases in the DataSource before dropping the DataSource on another component.
False to leave the global aliases unresolved (to be resolved by the component that receives the dropped DataSource).
Default to use the document-level setting for ResolveAliasesInDragDropDataSources.
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public BooleanOption ResolveAliasesInDragDropDataSource { get; set; } |
Visual Basic |
---|
Public Property ResolveAliasesInDragDropDataSource As BooleanOption
Get
Set |
JScript |
---|
function get ResolveAliasesInDragDropDataSource () : BooleanOption
function set ResolveAliasesInDragDropDataSource (value : BooleanOption) |
See Also