Skip to main content
Tab

ASPxGridColumnDisplayTextEventArgs.Value Property

Gets the edit value of the cell currently being processed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public object Value { get; set; }

#Property Value

Type Description
Object

An object that represents the cell’s edit value.

See Also