Skip to main content

CellValueChangedEventArgs.Value Property

Gets the new value assigned to a cell.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v25.1.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

public virtual object Value { get; set; }

Property Value

Type Description
Object

An object representing the newly assigned cell value.

Remarks

Assignment to the Value property is not in effect.

See Also