Click or drag to resize

DataColumn.FieldSpec Property (Typed)

X#
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 
Request Example View Source

Property Value

Type: FieldSpec
The 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