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

ASPxGridViewCustomCellMergeEventArgs.Value2 Property

Gets the value of the second cell currently being processed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public object Value2 { get; }

Property Value

Type Description
Object

An object that contains the cell value.

See Also