Skip to main content
A newer version of this page is available. .

QueryCheckStateByValueEventArgs.CheckState Property

Use this property to set the check state that corresponds to the current edit value.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public CheckState CheckState { get; set; }

Property Value

Type Description
CheckState

The check state.

See Also