RepositoryItemCheckEdit.DisplayValueGrayed Property
In This Article
Gets or sets the text representation of the RepositoryItemCheckEdit.ValueGrayed value.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue("")]
[DXCategory("Appearance")]
public string DisplayValueGrayed { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
A string that specifies the text representation of the Repository |
#Remarks
See the RepositoryItemCheckEdit.DisplayValueChecked topic to learn more.
See Also