QueryCheckStateByValueEventArgs.CheckState Property
In This Article
Use this property to set the check state that corresponds to the current edit value.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public CheckState CheckState { get; set; }
#Property Value
Type | Description |
---|---|
Check |
The check state. |
See Also