Back to Devexpress

BarEditItemLink.EditValue Property

windowsforms-devexpress-dot-xtrabars-dot-baredititemlink-a688d225.md

latest1.2 KB
Original Source

BarEditItemLink.EditValue Property

Specifies the edit value in the BarEditItem referenced by the current link.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public object EditValue { get; set; }
vb
Public Property EditValue As Object

Property Value

TypeDescription
Object

An Object expression that represents the edited value.

|

Remarks

This property is in sync with the BarEditItem.EditValue property.

See Also

BarEditItemLink Class

BarEditItemLink Members

DevExpress.XtraBars Namespace