DataField.FieldSpec Property (Typed) | |
The FieldSpec object connected to this field.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY FieldSpec AS FieldSpec GET
public virtual FieldSpec FieldSpec { get; }
Request Example
View SourceProperty Value
Type:
FieldSpecThe FieldSpec object connected to this field.
Remarks
The FieldSpec object connected to this field. From the FieldSpec object, you can, in turn, access its various properties that control the field's behavior and presentation.
For example, the following invokes several FieldSpec access/assign methods of a field:
1oDataField:FieldSpec:Type
2oDataField:FieldSpec:Length
3oDataField:FieldSpec:Decimals
4oDataField:FieldSpec:Validate(<uValue>)
See Also