CustomizeCellEventArgsExtended.Row Property
In This Article
Allows you to get information on the currently processed row object.
Namespace: DevExpress.Export
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
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.
Control | Row Objects |
---|---|
Windows Forms Grid |
Data |
Windows Forms Tree |
Tree |
Windows Forms Pivot |
Pivot |
WPF Grid |
Row |
ASP ASPx |
Grid |
See Also