Back to Devexpress

QueryValueByCheckStateEventArgs.Value Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-queryvaluebycheckstateeventargs-6ba9094a.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public object Value { get; set; }
vb
Public Property Value As Object

Property Value

TypeDescription
Object

The edit value.

|

See Also

CheckState

Handled

EditValue

QueryValueByCheckStateEventArgs Class

QueryValueByCheckStateEventArgs Members

DevExpress.XtraEditors.Controls Namespace