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

ASPxGridViewCustomCellMergeEventArgs.Value1 Property

Gets the value of the first cell currently being processed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public object Value1 { get; }

Property Value

Type Description
Object

An object that contains the cell value.

See Also