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

RepositoryItemCheckEdit.ValueUnchecked Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(false)]
public object ValueUnchecked { get; set; }

Property Value

Type Default Description
Object **false**

The value associated with the unchecked state.

Remarks

See RepositoryItemCheckEdit.ValueChecked to learn more.

See Also