Skip to main content

CustomSummaryEventArgs.RowHandle Property

Gets the processed row's handle.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v14.2.dll

#Declaration

public int RowHandle { get; }

#Property Value

Type Description
Int32

An integer value that identifies the processed data row by its handle.

#Remarks

Data row handles start from zero. Group row handles are negative (start from -1).

To obtain the processed row's visible index by its handle, use the GridControl.GetRowVisibleIndexByHandle/> method. To learn more, see Obtaining Row Handles.

See Also