Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

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

Property Value

Type Description
Object

An object representing the value to be displayed.

See Also