RepositoryItemCheckEdit.ValueUnchecked Property
Gets or sets a value that corresponds to the unchecked state.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Object | false | The value associated with the unchecked state. |
Remarks
See RepositoryItemCheckEdit.ValueChecked to learn more.
See Also