Back to Devexpress

RepositoryItemCheckEdit.DisplayValueGrayed Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemcheckedit-c20815fa.md

latest2.4 KB
Original Source

RepositoryItemCheckEdit.DisplayValueGrayed Property

Gets or sets the text representation of the RepositoryItemCheckEdit.ValueGrayed value.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue("")]
[DXCategory("Appearance")]
public string DisplayValueGrayed { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue("")>
Public Property DisplayValueGrayed As String

Property Value

TypeDefaultDescription
StringString.Empty

A string that specifies the text representation of the RepositoryItemCheckEdit.ValueGrayed value.

|

Remarks

See the RepositoryItemCheckEdit.DisplayValueChecked topic to learn more.

See Also

DisplayValueChecked

DisplayValueUnchecked

ValueChecked

ValueUnchecked

ValueGrayed

RepositoryItemCheckEdit Class

RepositoryItemCheckEdit Members

DevExpress.XtraEditors.Repository Namespace