If assigned, this columns is a pass-through column. Default is null (no pass-through)
Assigning a Source automatically overwrites the Dependency to be just the source.
Namespace: ScopeRuntimeAssembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)
Syntax
C# |
---|
public ColumnInfo Source { get; set; } |
Visual Basic |
---|
Public Property Source As ColumnInfo Get Set |
Visual C++ |
---|
public: property ColumnInfo^ Source { ColumnInfo^ get (); void set (ColumnInfo^ value); } |