Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

Declaration

public CheckState CheckState { get; set; }

Property Value

Type Description
CheckState

The check state.

See Also