Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public virtual object EditValue { get; set; }

Property Value

Type Description
Object

An object representing the value to be displayed.

See Also