Back to Devexpress

TcxCustomCheckGroupProperties.EditValueFormat Property

vcl-cxcheckgroup-dot-tcxcustomcheckgroupproperties-2fd2c00c.md

latest1.3 KB
Original Source

TcxCustomCheckGroupProperties.EditValueFormat Property

Specifies the edit value format.

Declaration

delphi
property EditValueFormat: TcxCheckStatesValueFormat read; write; default cvfIndices;

Property Value

TypeDefault
TcxCheckStatesValueFormatcvfIndices

Remarks

Use this property to specify how the editor interprets the check boxes’ states into the edit value. See the TcxCheckStatesValueFormat type description for the list of available options. You can handle the Properties.OnStatesToEditValue and Properties.OnEditValueToStates events to provide custom conversion from check states to the edit value.

Note

If you want to provide support for grayed items in an editor, set its EditValueFormat property to a value other than cvfInteger.

The default value of the EditValueFormat property is cvfIndices.

See Also

TcxCustomCheckGroupProperties Class

TcxCustomCheckGroupProperties Members

cxCheckGroup Unit