DataColumn.Value Property (Typed) | |
The value held in the current row of this data column, in whatever data type is held in the FieldSpec object inherited from the associated server field.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Value AS USUAL GET SET
public virtual Usual Value { get; set; }
Request Example
View SourceProperty Value
Type:
UsualThe value held in the current row of this data column, in whatever data type is held in the FieldSpec object inherited from the associated server field.
See Also