Skip to main content

RepositoryItemCheckEdit.ValueGrayed Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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