Back to Devexpress

LayoutRepositoryItem.EditValue Property

windowsforms-devexpress-dot-xtralayout-dot-layoutrepositoryitem-57d45026.md

latest1.2 KB
Original Source

LayoutRepositoryItem.EditValue Property

Gets or sets a value to be displayed by a repository item. This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual object EditValue { get; set; }
vb
<Browsable(False)>
Public Overridable Property EditValue As Object

Property Value

TypeDescription
Object

An object representing the value to be displayed.

|

See Also

LayoutRepositoryItem Class

LayoutRepositoryItem Members

DevExpress.XtraLayout Namespace