Skip to main content

RepositoryItemCheckEdit.ValueUnchecked Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(false)]
[DXCategory("Behavior")]
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