Skip to main content

QueryValueByCheckStateEventArgs.Value Property

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

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public object Value { get; set; }

Property Value

Type Description
Object

The edit value.

See Also