DataColumn.Status Property (Typed) | |
A hyperlabel that indicates the results of validations or recent actions to this data column.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Status AS HyperLabel GET
public virtual HyperLabel Status { get; }
Request Example
View SourceProperty Value
Type:
HyperLabelA hyperlabel that indicates the results of validations or recent actions to this data column.
Remarks
A hyperlabel that indicates the results of validations or recent actions to this data column.
If the validation passed or the operation was successful, this value is NULL_OBJECT; if not, it contains information about the cause of the error.
See Also