Back to Devexpress

RepositoryItemCheckEdit.ValueUnchecked Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemcheckedit-29c46fbf.md

latest2.1 KB
Original Source

RepositoryItemCheckEdit.ValueUnchecked Property

Gets or sets a value that corresponds to the unchecked state.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Behavior")]
public object ValueUnchecked { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(False)>
Public Property ValueUnchecked As Object

Property Value

TypeDefaultDescription
Objectfalse

The value associated with the unchecked state.

|

Remarks

See RepositoryItemCheckEdit.ValueChecked to learn more.

See Also

DisplayValueChecked

DisplayValueUnchecked

DisplayValueGrayed

ValueChecked

ValueGrayed

EditValue

RepositoryItemCheckEdit Class

RepositoryItemCheckEdit Members

DevExpress.XtraEditors.Repository Namespace