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

ASPxGridViewCustomCellMergeEventArgs(IWebGridDataColumn, Int32, Int32) Constructor

Initializes a new instance of the ASPxGridViewCustomCellMergeEventArgs class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public ASPxGridViewCustomCellMergeEventArgs(
    IWebGridDataColumn column,
    int rowVisibleIndex1,
    int rowVisibleIndex2
)

Parameters

Name Type Description
column IWebGridDataColumn

A descendant that is the processed column.

rowVisibleIndex1 Int32

An integer value that is the visible index of the row that contains the first cell currently being processed.

rowVisibleIndex2 Int32

An integer value that is the visible index of the row that contains the second cell currently being processed.

See Also