Presentation Property
This property determines how the members of a ValueItems collection are displayed within the associated column.
valueitems.Presentation= value
Read/Write at run time and design time.
Property applies to ValueItems collection.
Values
|
Design Time |
Run Time |
|
0 - Normal (default) |
dblNormal |
|
1 - Radio Button |
dblRadioButton |
|
4 - Check Box |
dblCheckBox |
If set to 0 - Normal (the default), value items are displayed as text or graphics depending upon the setting of the DisplayValue and Translate properties.
If set to 1 - Radio Button, value items are displayed as a group of radio buttons within the cell.
If set to 4 - Check Box, value items are displayed as a check box within the current cell.
Use the ValueItems property to access the ValueItems collection for a Column object.
Note: If you are using setting 4 - Check Box with Boolean data, you do not need to add any members to the ValueItems collection, as Boolean values are handled automatically.
See Also