Boolean Custom Type Control |
This extends the standard Alpha Type control. A Boolean Custom Type Control allows representation of a data item to the client application as a boolean, and would be used when the value of a data item can only be one of two different values. The default control template is:
<IspecDataItem Order="[ORDER]" PropertyName="[PROPERTYNAME]"
DataType="ClientDataTypes.BooleanType" TrueValue="" FalseValue="" /> This allows specification of the values that represent the true and false values of the data item. For further details see the Online Documentation. |