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

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

Declaration

public object Value { get; set; }

Property Value

Type Description
Object

The edit value.

See Also