DataColumn.FieldSpec Property (Typed) | |
The FieldSpec object connected to this data column.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY FieldSpec AS FieldSpec GET SET
public virtual FieldSpec FieldSpec { get; set; }
Request Example
View SourceProperty Value
Type:
FieldSpecThe FieldSpec object connected to this data column.
Remarks
The FieldSpec object connected to this data column. This is used for validation purposes, as well as calculating default widths and alignment characteristics.
See Also