TcxCustomCheckComboBoxProperties.EditValueFormat Property
Specifies the edit value format.
Declaration
property EditValueFormat: TcxCheckStatesValueFormat read; write; default cvfInteger;
Property Value
Type | Default |
---|---|
TcxCheckStatesValueFormat | cvfInteger |
Remarks
Use the EditValueFormat to specify how the editor interprets the states of the checked items into the edit value. See the TcxCheckStatesValueFormat type description for the list of available options.
Note that you can provide a custom conversion from check states to the edit value. To do so, you should handle the Properties.OnStatesToEditValue and Properties.OnEditValueToStates events.
The default value of the EditValueFormat property is cvfInteger.
See Also