CheckEdit.QueryCheckStateByValue Event
Allows you to implement custom/runtime Check State to Edit Value conversion.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v25.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DXCategory("Events")]
public event QueryCheckStateByValueEventHandler QueryCheckStateByValue
Event Data
The QueryCheckStateByValue event's data class is QueryCheckStateByValueEventArgs. The following properties provide information specific to this event:
| Property | Description |
|---|---|
| CheckState | Use this property to set the check state that corresponds to the current edit value. |
| Handled | Gets or sets whether the event is handled and no default processing is required. Inherited from QueryCheckStatesEventArgs. |
| Value | Gets the current edit value. |
Remarks
Handle the following events for runtime Check State ⇄ Edit Value conversion:
QueryCheckStateByValue- QueryValueByCheckState
See Also