Back to Devexpress

CustomizeCellEventArgsExtended.Row Property

corelibraries-devexpress-dot-export-dot-customizecelleventargsextended.md

latest2.1 KB
Original Source

CustomizeCellEventArgsExtended.Row Property

Allows you to get information on the currently processed row object.

Namespace : DevExpress.Export

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public IRowBase Row { get; set; }
vb
Public Property Row As IRowBase

Property Value

TypeDescription
DevExpress.XtraExport.Helpers.IRowBase

The currently processed row object.

|

Remarks

The Row property allows you to get details on the currently processed row object. Instances of different classes are passed as the Row event parameter in different DevExpress controls (see the table below). You may type cast the Row property value to a corresponding class to obtain more information on the row being processed.

ControlRow Objects
Windows Forms GridControlDataRowImplementer, GroupRowImplementer
Windows Forms TreeListTreeListNodeImplementer
Windows Forms PivotGridControlPivotRowImplementer
WPF GridControl, TreeListControlRowBaseWrapper, GroupRowWrapper, TreeListNodeWrapper
ASP ASPxGridViewGridXlsExportRowBase, GridViewXlsExportGroupRow

See Also

CustomizeCellEventArgsExtended Class

CustomizeCellEventArgsExtended Members

DevExpress.Export Namespace