DataColumn.BlockOwner Property (Typed) | |
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:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.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