DataColumn.BlockOwner Property | |
The owner of the code block associated with the data column. If a code block is assigned, this object will be called when the code block is evaluated. For an example, see DataColumn:Block.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY BlockOwner AS USUAL GET SET
public virtual Usual BlockOwner { get; set; }
Request Example
View SourceProperty Value
Type:
UsualThe owner of the code block associated with the data column. If a code block is assigned, this object will be called when the code block is evaluated. For an example, see DataColumn:Block.
See Also