Back to Devexpress

RepositoryItemCheckEdit.ValueGrayed Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemcheckedit-681a916b.md

latest2.1 KB
Original Source

RepositoryItemCheckEdit.ValueGrayed Property

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

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Behavior")]
public object ValueGrayed { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(Nothing)>
Public Property ValueGrayed As Object

Property Value

TypeDefaultDescription
Objectnull

The value associated with the indeterminate state.

|

Remarks

See RepositoryItemCheckEdit.ValueChecked to learn more.

See Also

DisplayValueChecked

DisplayValueUnchecked

DisplayValueGrayed

ValueChecked

ValueUnchecked

EditValue

RepositoryItemCheckEdit Class

RepositoryItemCheckEdit Members

DevExpress.XtraEditors.Repository Namespace