Back to Devexpress

RepositoryItemCheckEdit.DisplayValueUnchecked Property

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

latest2.4 KB
Original Source

RepositoryItemCheckEdit.DisplayValueUnchecked Property

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

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
StringString.Empty

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

|

Remarks

See the RepositoryItemCheckEdit.DisplayValueChecked topic to learn more.

See Also

DisplayValueChecked

DisplayValueGrayed

ValueChecked

ValueUnchecked

ValueGrayed

RepositoryItemCheckEdit Class

RepositoryItemCheckEdit Members

DevExpress.XtraEditors.Repository Namespace