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

RepositoryItemCheckEdit.ValueGrayed Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(null)]
public object ValueGrayed { get; set; }

Property Value

Type Default Description
Object *null*

The value associated with the indeterminate state.

Remarks

See RepositoryItemCheckEdit.ValueChecked to learn more.

See Also