Back to Devexpress

QueryCheckStateByValueEventArgs.CheckState Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-querycheckstatebyvalueeventargs-fa849d3e.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public CheckState CheckState { get; set; }
vb
Public Property CheckState As CheckState

Property Value

TypeDescription
CheckState

The check state.

|

See Also

Value

Handled

CheckState

QueryCheckStateByValueEventArgs Class

QueryCheckStateByValueEventArgs Members

DevExpress.XtraEditors.Controls Namespace